.certificates-wrapper {
    position: relative;
	padding-top:60px;
}

.certificates-wrapper .slider-nav { 
    justify-content: space-between; 
    top: 48%; 
}
.slider-nav__prev { 
    left: -20px; 
}
.slider-nav__next {
    right:-20px
}
.certificates2 .certificate-card__image {
    height: 375px;
    width: auto;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

@media (max-width: 798px) {
.certificates-wrapper { 
    padding-top: 32px;
}
}