@media only screen and (max-width: 767px) {
    .services_banner_content{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .services_banner_content h1{
        font-size: 20px;
        line-height: 20px;
        font-family: 'Inter-Regular';
        color: var(--white);
    }
    .our_service_content h2{
        font-size: 25px;
    }
    .our_luxury_content h2{
        font-size: 25px;
    }
    .luxury_title h3{
        font-size: 20px;
    }
    .how_book_content h2{
        font-size: 25px;
    }
    .redefined-content h2{
        font-size: 25px;
    }
}