.cert-slider-wrapper {
 position: relative;
 padding: 30px 0;
 text-align: center;
}
.cert-slider {
 margin: 0 auto;
 max-width: 1200px;
}
.cert-slide {
 padding: 0 10px;
}
.cert-slide img {
 max-height: 400px;
 max-width: 100%;
 cursor: zoom-in;
 border-radius: 4px;
 transition: transform 0.3s ease;
}
.cert-slide img:hover {
 transform: scale(1.02);
}
.slick-arrow {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 5;
 border: none;
 background: transparent;
 font-size: 40px;
 color: #ffcf00 ;
 cursor: pointer;
}
.cert-prev {
 left: -50px;
}
.cert-next {
 right: -50px;
}
@media (max-width: 767px) {
 .slick-arrow,
 .cert-prev,
 .cert-next {
  display: none !important;
 }
}