.featureMain {
  padding: 2.5rem 0;
  position: relative;
}
.featureMain .secTitle p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #797878;
  line-height: 2.3438rem;
  font-family: var(--main-font, "Filson Pro");
}
.featureMain .secTitle h2 {
  width: 50%;
}
.featureMain .mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-top: 10px;
}
.featureMain .mySwiper .swiper-wrapper {
  padding: 1rem 0 3rem;
  width: 100%;
}
.featureMain .mySwiper .swiper-pagination {
  text-align: center;
}
.featureMain .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.featureMain .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.featureMain a {
  text-decoration: none;
}
.featureMain .featCrad {
  height: 10.9375rem;
  width: 100%;
  padding: 0.5rem;
  background-color: #edffe8;
  text-align: center;
  transition: 300ms;
}
.featureMain .featCrad img {
  width: 100px !important;
  height: auto !important;
}
.featureMain .featCrad #ncl_img_class {
  width: 70px !important;
  height: 98px !important;
}
.featureMain .featCrad p {
  margin: 0;
  text-transform: capitalize;
  font-size: 0.85rem;
  font-weight: 700;
  color: #004135;
  line-height: 1.4rem;
  font-family: var(--main-font, "Filson Pro");
}
.featureMain .featCrad:hover {
  box-shadow: 0 0 10px 4px rgba(23, 64, 37, 0.1803921569);
}

@media (max-width: 768px) {
  .featureMain {
    padding: 2rem 0;
  }
  .featureMain .secTitle p {
    font-size: 0.85rem;
    font-weight: 400;
    color: #797878;
    line-height: 1.25rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .featureMain .secTitle h2 {
    width: 100% !important;
  }
  .featureMain .featCrad {
    padding: 0.625rem 0.2rem !important;
    background-color: #edffe8;
    text-align: center;
    display: block !important;
    height: 6.5rem;
  }
  .featureMain .featCrad img {
    width: 50px !important;
    height: auto !important;
  }
  .featureMain .featCrad #ncl_img_class {
    width: 30px !important;
    height: 50px !important;
  }
  .featureMain .featCrad p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .featureMain .featureCardCustomRow .col-4 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .featureMain .secTitle p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    font-family: var(--main-font, "Filson Pro");
  }
}
