/* CSS Document */
.banner {
  background-image: url("../../images/final/aboutus_banner2.jpg");
}
body {
  font-family: "Roboto", sans-serif;
}
p {
  font-weight: 200;
}
.about-info-text p {
  font-size: 15px;
}
.about-info-text h2 {
  font-weight: 600;
  line-height: 1.5 !important;
}
.section-title h2 {
  line-height: 1.2;
}
.about-img {
  margin: 0 auto;
}
.about-info-text > p,
.about-content > p,
.features-wrap p {
  font-weight: 400;
}

@media (min-width: 992px) {
  .features-wrap {
    height: 350px;
  }
}
