.febest__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 560px;
    margin-left: 22px;
}

.febest__price {
    display: flex;
}

.BrandModels {
    padding: 0 24px;
    box-sizing: border-box;
    margin: 12px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.BrandModels__car {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999CA0;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 8px 12px;
    text-transform: capitalize;
}


@media screen and (max-width: 1100px) {
    .febest__info {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-top: 22px;
    }

    .febest__price {
        justify-content: space-between;
    }
}

