.wrap-teasers{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 25%));
    margin-top: 50px;
    border-top: 1px solid #ececec;
    padding: 24px 25px 0;
}
.card-teaser{
    display: flex;
    margin-bottom: 25px;
    margin-right: 55px;
    align-items: center;
}
.wrap-teasers-img{
    margin-right: 15px;
}

.teasers-img{
    max-width: none !important;
}

.teasers-img--fill{
    filter: brightness(0) saturate(100%) invert(34%) sepia(79%) saturate(2715%) hue-rotate(157deg) brightness(100%) contrast(92%);
}
@media (max-width: 930px) {
    .wrap-teasers {
        grid-template-columns: repeat(2, 50%);
    }
}

@media (max-width: 570px) {
    .wrap-teasers {
        grid-template-columns: repeat(1, 100%);
    }
}
