.comparative-img {
    height: 85px;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .comparative-img {
        height: 134px;
    }
}
.comparative-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.comparative-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.index {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .index {
        margin-bottom: 72px;
    }
}
.index-title {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .index-title {
        margin-bottom: 14px;
    }
}