.hotels {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.hotels.hotel img {
    max-height: 100px;
}