.main-banner .main-banner-item-content h1 {
  font-size: 38px;
  max-width: 100%;
}

.gray-background h3 p {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 36px;
  max-width: 1084px;
}

.content-section h2 {
  text-align: left;
  max-width: 340px;
}
.content-section h3 {
  font-size: 18px;
  line-height: 26px;
  max-width: 771px;
  padding-bottom: 5px;
}

.third-section .opporunity-holder {
  width: 100%;
}
.third-section .opporunity-holder img {
  margin-right: 17px;
  margin-left: 0 !important;
}
.third-section .opporunity-holder .title {
  line-height: 46px;
}

@media only screen and (max-width: 991px) {
  .third-section .opporunity-holder img {
    bottom: 13px;
  }
  .main-banner .main-banner-item-content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .main-banner .main-banner-item-content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .gray-background h3 p {
    font-size: 15px;
    line-height: 24px;
  }
  .third-section .opporunity-holder .title {
    font-size: 20px;
    line-height: 25px;
  }
  .content-section h3 {
    padding-bottom: 17px;
  }
}/*# sourceMappingURL=home.css.map */