.hotel__offers{
    margin: var(--block-padding) auto;
}

.hotel__offers .hotel__offers-title{
    max-width: var(--w-tablet);
    margin: 0 auto 2rem;
}

.hotel__offers .hotel__offers-content > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media(width > 32rem){
    .hotel__offers .hotel__offers-content > div > div{
        max-width: 24.2rem;
    }
}