.block-banner-carousel {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  min-height: 600px;
}

.block-banner-carousel .banners-carousel-container {
  min-height: inherit;
  max-height: inherit;
  height: inherit;
}

.block-banner-carousel .banner-carousel.swiper-slide {
  min-height: inherit;
  max-height: inherit;
  height: 717px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block-banner-carousel .banner-carousel .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-banner-carousel .text-over-img {
  color: #fff;
  padding: 100px 0;
  width: 60%;
}

.block-banner-carousel .banner-carousel-title {
  letter-spacing: 0;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #ffffff;
}

.block-banner-carousel #banner-carousel-container {
  min-height: 100%;
}

.block-banner-carousel .banner-carousel-button {
  margin-top: 50px;
  padding: 15px 40px;
  background: #0768B3;
  border-radius: 5px;
  width: fit-content;
}

.block-banner-carousel .banner-carousel-link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .block-banner-carousel .banner-carousel-title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 768px) {
  .block-banner-carousel {
    height: 100%;
    min-height: 600px;
    margin-top: 70px;
  }

  .block-banner-carousel .banner-carousel-title {
    font-size: 32px;
    line-height: 43.58px;
    margin-left: 20px;
  }

  .block-banner-carousel .text-over-img {
    padding: 30px 0px !important;
  }

  .block-banner-carousel .banner-carousel.swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .block-banner-carousel .text-over-img {
    width: 75%;
  }
}
