@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 20px !important;
        line-height: 44px !important;
    }
    .banner_btn
    {
        margin-right: 25px !important;
    }
    .about-facility-item
    {
        width: 100% !important;
    }
    .page-header-box h1 {
        font-size: 25px !important;
        margin-bottom: 5px;
    }
    .post-entry h1 {
        font-size: 35px !important;
    }
    .google-map
    {
        padding: 25px 0 0px !important;
    }
    .banner-details
    {
        display: block;
    }
    .banner-details div:not(:last-child)
    {
        border-right: none !important;
    }
    .project-single-content h5
    {
        font-size: 20px !important;
    }
    .amenities_wrap .item
    {
        max-width: 28% !important;
    }
    .highlights-details .highlight-image
    {
        width: 100% !important;
    }
}