<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.feature-top-section {
  position: relative;
  margin-top: 0px;
  background-color: transparent;
  z-index: 5;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: red;
  width: 25px !important;
  height: 25px !important;
  border: 5px solid var(--main) !important;
  position: relative;
  top: 6px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: var(--secondary);
  width: 10px;
  height: 10px;
  border: 3px solid transparent;
}
.card-img-top {
  width: 100%;
  height: 200px; /* Set a fixed height */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}
.feature-titels {
  height: 70px;
}
.cts-text {
  height: 90px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 15;
  position: relative;
  top: 15px !important;
  height: 50px;
}
.feature-binodon {
  height: 265px;
  max-height: 100%;
}
h5 {
  color: var(--main) !important;
}
@media screen and (max-width: 1444px) {
  .feature-binodon {
    height: 265px;
    max-height: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .cts-text {
    height: 10px;
    margin-bottom: 40px !important;
  }
  .feature-titels {
    height: auto;
  }
  .feature-cards {
    margin: 0px 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .feature-cards h5 {
    margin-bottom: 20px;
  }
  .feature-cards p {
    text-align: justify;
    margin-bottom: 30px;
  }
  .sorboshes-news-image {
    width: 390px !important;
    height: 100% !important;
    border-radius: 5px;
  }
  .feature-top-section {
    position: relative;
    margin-top: -25px;
    background-color: transparent;
    z-index: 5;
  }
}
</pre></body></html>