/* section-style-3 */

.section-style-3 .desc h2 {
  display: block;
  font-size: 35px;
  font-family: "Effra";
  color: #00336a;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  max-width: 886px;
  margin: 0 auto 30px;
  line-height: 58px;
}

.section-style-3 .desc h2 strong {
  display: block;
  font-size: 52px;
  font-family: "Effra";
  color: #00336a;
  font-weight: bold;
}

.section-style-3 .desc {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section-style-3 .sectionImg {
  padding: 15px;
  max-width: 700px;
  margin: 0 auto;
  display: block !important;
}

.section-style-3 .sectionImg img {
  width: 100% !important;
}


@media only screen and (max-width: 991px) {
  .section-style-3 .desc h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .section-style-3 .desc h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .section-style-3 .desc h2 strong {
    display: block;
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .section-style-3 .desc {
    padding-left: 0px;
    padding-right: 0px;
  }
}
