.modKeilSertificatsItem {
    width: 100%;

    border-radius: 10px;
    background-color: #f6f7fb;
    padding: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    .modKeilSertificatsItem {
        width: 260px;
        padding: 20px;
    }

}

.modKeilSertificatsItem__imgWrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 141%;
}


.modKeilSertificatsItem__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}