.offers-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    padding: 0 0 30px 0;
}


.offers-list a {
    color: #dfdfdf !important;
    font-weight: 500;
}


.offer-item {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #201e29;
    padding: 11px 21px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
}


.offer-item.consultation {
    background: #5b9400;
}

.offer-item.consultation a {
    color: white !important;
    font-weight: 600;
    font-size: 17px;
}


.offer-date svg {
    width: 27px;
    height: 27px;
    fill: #888887;
}


.offer-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a2f61c
}


.offer-places svg {
    width: 27px;
    height: 27px;
    fill: #888887;
}

.offer-places {
    color: #ffffff;
    align-items: center;
    display: flex;
    gap: 8px;
}

.offer-sale svg {
    width: 27px;
    height: 27px;
    fill: #888887;
}

.offer-sale {
    color: #ff3b2c;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
}



@media screen and (max-width: 600px) {
    .offer-item {
        font-size: 14px;
        gap: 12px;
        padding: 10px 17px;
    }

    .offer-sale {
        font-size: 16px;
    }

    .offer-item.consultation a {
        font-size: 14px;
    }



}
