
.cards-container {
   display: flex;
  justify-content: center;
  border-radius: 8px;
}


.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #17b451;
}


.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0 !important;
  color: #17b451 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0 !important;
  color: #17b451 !important;
}

.swiper-pagination-bullet {
     width: 16px !important;
     height: 16px !important;
}

.swiper-pagination-bullet-active {
  background: #17b451 !important;
  width: 16px !important;
  height: 16px !important;
}

.card-block {
  min-width: 340px;
  width: 100%;
  max-width: 392px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 15px 0px #5c5c5c26;
  border-radius: 8px;
}

.card-img {
   width: 100%;
}

.card-img img {
   border-radius: 8px;
   border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-content{
  padding: 40px 32px 40px 32px; 
  height: 291px;
}

.text-content h4 {
   margin-bottom: 15px;
}

.text-content p {
   color: #3B3F55;