.trust-block {
    margin-bottom: 40px;
}
.top_block .block-title {
    margin-bottom: 40px;
}
.trust-content_item {
    margin: 0 2px;
}
.trust-content_item img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1210px) {
    .trust-content_item {
        margin: 0 2px 20px;
    }
    .trust-content_item:last-child {
        margin: 0 2px 0;
    }
}

@media screen and (max-width: 768px) {
    .trust-content_item {
        height: 54px;
    }
}

@media screen and (max-width: 560px) {
    .trust-content_item {
        height: 48px;
        margin-bottom: 20px;
    }
    .trust-content_item img {
        object-fit: contain;
    }
}