.trending {
    margin: 30px 60px;
}

.hotel-container {
    overflow-x: auto;
    white-space: nowrap;
}

.hotel-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hotel-container ul li {
    display: inline-block;
    margin-right: 20px;
}

.hotel-image {
    width:300px; /* Adjust image width as needed */
    height: 200px; /* Maintain aspect ratio */
    margin-right: 1px; /* Add some spacing between image and text */
    margin-left: 1px;
}

@media only screen and (max-width: 700px) {
    
 .trending {
    margin: 30px 10px;
 }
    
}