.certificates {
margin-top: 50px;
}
.certificates__list {
list-style-type: none;
padding: 0;
}
.certificates__item {
min-width: fit-content;
}
.certificates__img {
width: 100%;
min-width: 416px;
height: 560px;
position: relative;
transition: all 0.3s cubic-bezier(.2, .58, .35, 1.07) 0s;
}
.certificates__name {
max-width: 300px;
margin: 20px auto 0;
text-align: center;
}
.certificates__text {
margin-top: 50px;
font-family: Manrope;
font-size: 16px;
font-weight: 700;
}
@media (max-width: 600px) {
.certificates__img {
height: auto;
min-width: auto;
}
}