@media only screen and (max-width: 768px) {
    .review-block-description {
        overflow-wrap: break-word;
    }

    .heading2 {
        margin-bottom: 0em !important;
    }

    .heading2 h2 {
        font-size: 20px !important;

    }

    .actives {
        margin-bottom: 0em !important;
    }

    .actives h2 {
        font-size: 20px !important;
    }

    .pr-90 {
        padding-right: 1px !important;
    }

    .pr-5 {
        padding-right: 1px !important;
    }

    .color2 {
        font-size: 15px !important;
    }
    .logo a img{
         width:75% !important; 
    }
}

@media only screen and (max-width: 576px) {
    .logo a img{
        width: 66% !important; 
    }
    .material-icons {
        font-size: 18px !important;
    }

    .dys {
        font-size: 15px !important;
    }

    .div-center {
        width: 100% !important;
    }

    .review-block-description {
        overflow-wrap: break-word;
    }

    .btn {
        padding: 4px 6px !important;
    }

    .heading2 {
        margin-bottom: 0em !important;
    }

    .heading2 h2 {
        font-size: 15px !important;

    }

    .actives {
        margin-bottom: 0em !important;
    }

    .actives h2 {
        font-size: 15px !important;
    }

    .pr-90 {
        padding-right: 1px !important;
    }

    .pr-5 {
        padding-right: 1px !important;
    }

    .table td, .table th {
        padding: 0rem !important;
    }

    tbody tr {
        line-height: 2.7 !important;
    }

    .hotel_title {
        text-align: center !important;
    }
}