.hotels-headline {
    grid-column: 3 / span 10;
    text-align: center;
    margin-top: 0;
}

.hotels-description {
    grid-column: 3 / span 10;
    text-align: center;
    margin-bottom: var(--s-md);
}

.hotels-list {
    grid-column: 3 / span 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-sm);
}

.hotels-item-img-wrapper {
    aspect-ratio: 1140 / 810;
}

.hotels-item {
    padding: 1em;
}

.hotels-item-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1em;
}

.hotels-item-title {
    margin: 0;
}

.hotels-item-city {
    margin-block: 1em;
}