.bests {
    margin-top: 20px;
    padding-bottom: 100px;
}

.bests h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bests__profits {
    margin: 0 -7.5px -15px -7.5px;
}
.bests__content img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    object-position: center;
}
.bests__imgs {
    margin: 0 -7.5px -15px -7.5px;
}
.bests__imgs-item {
    padding: 0 7.5px 15px 7.5px;
}
.bests__content {
    width: 40%;
    max-width: 40%;
}
.bests__profits {
    width: 60%;
    max-width: 60%;
}
.bests__profits-item-count:after {
    content: "";
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 3px;
    background-color: #8830db;
    width: 100%;
}
.bests__profits-item {
    padding: 0 7.5px 15px 7.5px;
}
.bests__profits-item {
    width: 33.333%;
    max-width: 33.333%;
}

.bests__profits-item-heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: .05em;
    line-height: 1.2em;
    font-weight: bold;
}
.bests__profits-item-text {
    color: #9282ab;
}
@media (max-width: 998px) {
    .bests {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .bests__flex {
        flex-wrap: wrap;
    }
    .bests__content{ 
        margin-bottom: 30px;
    }
    .bests__content img {
        max-height: 80px;
    }
    .bests__content, .bests__profits, .bests__profits-item {
        width: 100%;
        max-width: 100%;
    }
}