
.main-contact{
overflow: hidden
}

.list1 ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
  font-size: 18px;
}
.list1 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.5em;
  line-height: 1.5;
}
.list1 ul li:before{
  position: absolute;
  left: 0.2em;
  color: #51C0EF;
  font-family: FontAwesome;
  content: "\f00c";
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
.list1 ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
  font-size: 14px;
}
#contact .mgt80{
        padding-top: 20px;
        }
#contact .mgb50{
        margin-bottom: 0px;
        }
#contact .mgt30{
        padding-top: 10px;
        }
.l-wrapper_02 {
    margin: 1rem auto;
    width: 100%;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 23px;
}
        }
@media only screen and (min-width: 992px) {
    .l-wrapper_02 {
        margin: 2rem auto;
        width: calc(95% / 2);
    }
}
