.offer-list__title {
    text-align: center;
}

.offer-list--activites .offer-list__title {
    color: #8c9d01;
}
.offer-list--deguster .offer-list__title {
    color: #bc4c0b;
}

.offer-list__grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offer-list__item {
    max-width: 320px;
    padding: 10px;
}
