#carousel__container__phases {
  margin-bottom: 100px;
}

.banner__title {
  font-size: 30px !important;
}

.banner__subtitle {
  font-size: 20px !important;
}

.banner__page__title {
  font-size: 30px !important;
}

.wrapper__area__collaboration__item {
  padding-right: 10px;
  padding-left: 10px;
}

.video__wrap > video {
  object-fit: cover;
  object-position: top;
}

@media (max-width: 360px) {
  .banner__page__title {
    font-size: 25px !important;
  }

  .banner__page__subtitle {
    font-size: 18px !important;
  }
}

@media (max-width: 575px) {
  h4.us {
    font-size: 22px;
  }
}

/* .banner__page__title fontSize: 55px */
@media (min-width: 576px) {
  .banner__title {
    font-size: 35px !important;
  }

  .banner__page__title {
    font-size: 45px !important;
  }

  h4.us {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .banner__title {
    font-size: 43px !important;
  }

  .banner__page__title {
    font-size: 55px !important;
  }

  h4.us {
    font-size: 24px;
  }

  #main__container #otherAreaExpertise {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  h4.us {
    font-size: 30px;
  }
}

.video__overlay {
  background: rgba(0, 0, 0, 0.5);
}
