/*////////// RESETS //////////*/
#main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#main .fusion-row {
  max-width: 100% !important;
}

/*////////// ABOUT US //////////*/
.aboutUs {
  color: #2F4771;
}

.aboutUs .desktop {
  display: none;
}

.aboutUs a:hover {
  opacity: 0.9;
}

.aboutUs .hero {
  padding: 33px 36px 50px;
}

.aboutUs .hero__container {
  text-align: center;
}

.aboutUs .hero__title {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 36px !important;
  color: #2F4771;
  max-width: 328px;
  margin: 0 auto 25px !important;
}

.aboutUs .hero__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 435px;
  width: 100%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 58px;
}

.aboutUs .hero__images {
  min-height: unset !important;
}

.aboutUs .mission {
  padding: 68px 37px 100px;
  background-color: #01ABC7;
  text-align: center;
  color: #fff;
}

.aboutUs .mission__title {
  font-weight: 700;
  font-size: 28px !important;
  margin-bottom: 34px !important;
  color: #fff;
}

.aboutUs .mission__content {
  font-weight: 500;
  font-size: 22px !important;
  line-height: 26px;
  max-width: 435px;
  width: 100%;
  margin: auto;
}

.aboutUs .about {
  background-color: #09722D12;
  background-color: rgba(9, 114, 45, 0.07);
  padding: 67px 38px 91px;
  color: #2F4771;
}

.aboutUs .about__title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px;
  color: #2F4771;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 55px !important;
}

.aboutUs .about__cards {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}

.aboutUs .about__card {
  display: flex;
  flex-direction: column;
  gap: 21px;
  background-color: #fff;
  padding: 44px 30px 59px;
  max-width: 410px;
  border-radius: 10px;
}

.aboutUs h3.about__subtitle {
  margin: 0 !important;
  font-weight: 700;
  font-size: 22px !important;
  color: #2F4771;
}

.aboutUs p.about__text {
  margin: 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}



.aboutUs .features {
  padding: 91px 36px 70px;
}

.aboutUs .features .feature {
  display: flex;
  flex-direction: column;
  color: #2F4771;
  margin-bottom: 90px;
  align-items: center;
}

.aboutUs .features .feature img {
  max-width: 491px;
  width: 100%;
}

.aboutUs .features .feature:last-child {
  margin-bottom: 0;
}

.aboutUs .features .feature__title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 24px;
  color: #2F4771;
  margin-top: 23px;
  margin-bottom: 12px;
}

.aboutUs .features .feature__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.aboutUs .join {
  background-color: #E8F7FB;
  height: 213px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.join__container {
  width: 100%;
}

.aboutUs .join__title {
  font-weight: 700;
  font-size: 24px !important;
  text-align: center;
  color: #2F4771;
  margin-bottom: 26px !important;
}

.aboutUs .join__cta {
  max-width: 356px;
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01ABC7;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  margin: auto;
}


@media screen and (min-width: 1024px) {
  .aboutUs .desktop {
    display: inline-block;
  }

  .aboutUs .hero {
    padding: 0 36px 93px;
  }

  .aboutUs .hero__container {
    text-align: center;
    width: 100%;
    max-width: 1252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 166px auto 0;
  }

  .aboutUs .hero__title {
    font-weight: 700;
    font-size: 40px !important;
    text-align: center;
    max-width: 523px;
    margin: 0 auto 36px !important;
  }

  .aboutUs .hero__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 944px;
  }

  .aboutUs .hero__images {
    display: flex;
    max-width: 1252px;
    gap: 26px;
    align-items: stretch;
    justify-content: center;
    min-height: unset !important;
  }

  .aboutUs .mission {
    padding: 60px 37px 72px;
  }

  .aboutUs .mission__title {
    font-size: 32px !important;
    margin-bottom: 25px;
  }

  .aboutUs .mission__content {
    font-size: 26px;
    line-height: 30px;
    max-width: 1079px;
    width: 100%;
    margin: auto;
  }

  .aboutUs .about__title {
    font-size: 32px !important;
    line-height: 32px;
    padding: 0;
  }

  .aboutUs .about__cards {
    display: flex;
    flex-direction: row;
    gap: 33px;
    align-items: center;
    justify-content: center;
  }

  .aboutUs .about__card {
    gap: 21px;
    padding: 44px 30px 50px;
    max-width: 410px;
  }

  .aboutUs h3.about__subtitle {
    font-size: 24px !important;
  }

  .aboutUs p.about__text {
    font-size: 20px !important;
    line-height: 24px;
  }

  .aboutUs .features {
    padding: 138px 50px 147px;
  }

  .aboutUs .features__container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }

  .aboutUs .features .feature {
    display: flex;
    flex-direction: row;
    margin-bottom: 129px;
    align-items: center;
    justify-content: space-evenly;
  }

  .aboutUs .features .feature--reverse {
    flex-direction: row-reverse;
  }

  .aboutUs .features .feature:last-child {
    margin-bottom: 0;
  }

  .aboutUs .features .feature__title {
    font-size: 32px !important;
    line-height: 40px;
    max-width: 433px;
    margin: 0 0 23px;
  }

  .aboutUs .features .feature__text {
    font-size: 22px !important;
    line-height: 27px;
    margin: 0;
    max-width: 440px;
  }

  .aboutUs .features .feature--reverse .feature__content {
    padding-left: 2.5rem;
  }

  .aboutUs .join__title {
    font-size: 32px !important;
    margin-bottom: 28px !important;
  }

  .aboutUs .join__cta {
    max-width: 431px;
    height: 54px;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .aboutUs .about__card {
    height: 276px;
  }
}