.hero-container {
  position: relative;
  max-width: 1800px;
  margin: auto;
  background: var(--bl-light-color);
}
.hero-content {
  width: 100%;
  text-align: center;
  padding: 60px 40px;
}
.hero-svg {
  position: absolute;
  top: 0;
  color: var(--bl-light-color);
  right: 40%;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.hero-carousel {
  position: absolute;
  width: 50%;
  right: 0;
  z-index: 0;
  height: 100%;
}
.hero-carousel .slick-list,
.hero-carousel .slick-track {
  height: 100%;
}
.hero-image {
  height: 100%;
  object-fit: cover;
}
.hero-title {
  font-size: 18px;
  margin-top: 30px;
}
.hero-desc {
  font-size: 16px;
}

.vision-mission {
  text-align: center;
  max-width: 630px;
  display: block;
  margin: auto;
  font-size: 24px;
  font-style: italic;
  color: var(--bl-primary-color);
  font-weight: 500;
}

.services-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.what-makes-us-best-image {
  width: 650px;
}

@media (min-width: 992px) {
  .hero-content {
    width: 45%;
    text-align: left;
  }
  .hero-container {
    display: flex;
    align-items: center;
  }
  .hero-svg {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    padding: 120px 40px;
  }
  .hero-svg {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 28px;
  }
}

@media (min-width: 2560px) {
}
