@charset "utf-8";


.list-single-main-item-title h2{
  color: #334e6f;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.about-wrap {
	margin-bottom:30px;
}
.about-wrap .list-single-main-item-title  h2 {
	font-size:24px;
}
.about-wrap p , .about-wrap h3{
	text-align:left;
}
.about-wrap h3 {
	font-size:16px;
	padding:10px 0 0;
	font-weight:600;
	color:#ADC7DD;
}
.about-wrap .section-separator {
	margin-bottom:5px;
}
@media screen and (min-width: 1064px) {
    .res-about-img {
      display:none;
    }
    .container {
      width: 1024px!important;
  }
  }
@media screen and (max-width: 1064px) {
    .about-story-img {
      display:none;
    }
  }
@media screen and (min-width: 768px) and (max-width: 1064px) {
  .container {
    width: 750px!important;
}
}
