@media (max-width: 768px) {
    .rooms2 .img img {
        width: 100%;
        height: auto;
        border-radius: 10px; /* Adjust border-radius for mobile */
    }

    .rooms2 .owl-carousel .img {
        max-height: 200px; /* Adjust height for smaller screens */
        overflow: hidden;
    }

    .rooms2 .col-lg-7 {
        padding: 10px;
    }

    .rooms2 .col-lg-5 {
        /* text-align: center; Center text for a better mobile view */
        padding: 15px;
    }

    .rooms2 .room-features ul {
        padding: 0;
    }

    .rooms2 .room-features li {
        font-size: 14px; /* Reduce font size for better spacing */
    }

    .rooms2 .book {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }

    .rooms2 .price {
        font-size: 18px; /* Reduce price font size */
    }

    .rooms2 .button-3 {
        padding: 8px 15px;
        font-size: 14px;
    }
}
