.hero3__background_desktop {
  background-size: cover;
  background-color: var(--light_gray1);
}

.hero3__background_mobile {
  width: 100%;
  height: 602px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
}

.hero3__contentContainer {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  margin: 0 200px;
}

.hero3__title {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  color: var(--light_gray3);
  text-transform: uppercase;
}

.hero3__subtitle {
  margin-top: 24px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: var(--light_gray3);
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .hero3__contentContainer {
    padding-bottom: 60px;
    margin: 0 56px;
  }

  .hero3__title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero3__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1150px) {
  .hero3__background_mobile {
    background-image: none !important;
  }
}

@media (max-width: 1150px) {
  .hero3__background_desktop {
    background-image: none !important;
  }

  .hero3__contentContainer {
    padding-bottom: 60px;
    margin: 0 160px;
  }
}

@media (max-width: 767px) {
  .hero3__background_mobile {
    min-height: 377px;
    height: 100%;
  }

  .hero3__contentContainer {
    padding-bottom: 24px;
    margin: 0 24px;
  }

  .hero3__title {
    max-width: initial;
    font-size: 40px;
    line-height: 40px;
  }

  .hero3__subtitle {
    max-width: 100% !important;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
