.certificates-section {
  background-image: url('../../../../public/assets/images/about_us/certificates/certibg.png');
  background-size: cover;
  background-position: top;
  background-color:#202020 0% 0% no-repeat padding-box;
  padding: 3% 0%;
}



.certificates-section .certificate_swiper {
  padding-bottom: 45px;
}

.certificates-section .certificate_swiper .card_holder .certificate-card {
    height: 500px;
    background: #fff;
    padding: 10px;
}

.certificates-section .certificate_swiper .card_holder .certificate-card .cetificate_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificates-section .certificate_swiper .swiper-pagination-bullet {
  background: #50883f;
  opacity: 1;
  width: 15px;
  height: 5px;
  border-radius: 5px;
}

.certificates-section .certificate_swiper .swiper-pagination-bullet-active {
  width: 46px;
}

.certificates-section .certificate_swiper .swiper-pagination-bullet-inactive {
  width: 20px;
}

/* Responsive Media Queries */

/* xs devices */
@media (min-width: 0px) and (max-width: 575px) {
  .certificates-section .certificate_swiper {
    padding-bottom: 30px;
  }


  .certificates-section .certificate_swiper .card_holder .certificate-card {
    height: 300px;
  }



  .certificates-section .certificate_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
  }

  .certificates-section .certificate_swiper .swiper-pagination-bullet-active {
    width: 30px;
  }
}

/* Small devices  */
@media (min-width: 575px) and (max-width: 767.98px) {}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991px) {}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Extra large devices  */
@media (min-width: 1200px) and (max-width: 1399px) {}