.csrBanner {
  position: relative;
}
.csrBanner .swiper-slide {
  padding: 0 10px;
}
.csrBanner::before {
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  content: "";
  position: absolute;
}
.csrBanner .swiper-pagination {
  text-align: center;
}
.csrBanner .swiper-pagination .swiper-pagination-bullet {
  background: #47ee40;
  border-radius: 4px;
}
.csrBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.csrBanner .hero-banner {
  width: 100%;
  position: relative;
}
.csrBanner .text-content {
  position: absolute;
  top: 35%;
  left: 10%;
  z-index: 1;
  color: #fefefd;
}
.csrBanner .text-content .item-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0;
}
.csrBanner .text-content .item-text {
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0;
  font-size: 22px;
}
.csrBanner .swiper-horizontal > .swiper-pagination-bullets,
.csrBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 40px);
}

@media (max-width: 768px) {
  .csrBanner .hero-banner {
    height: auto;
  }
  .csrBanner .img {
    width: auto !important;
    height: auto !important;
  }
  .csrBanner .text-content {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 1;
    color: #fefefd;
  }
  .csrBanner .text-content .item-heading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #47ee40;
    line-height: 1.3rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .csrBanner .text-content .item-text {
    padding: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .csrBanner .swiper-horizontal > .swiper-pagination-bullets,
  .csrBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
  }
}
.sliderImg {
  height: "500px";
  width: "100%";
}
