@media(max-width:767px) {
    .nearby-box {
        min-width: 50%;
        max-width: 50%;
    }

    .nearby-box:nth-child(n + 3),
    .counter-box-section .col-6:nth-child(n + 3) {
        margin-top: 30px;
    }


    .footer-logo-box-center .footer-logo-img img {
        /* max-width: 200px; */
        max-height: auto;
        width: 170px;
    }

    .overview-img-box img {
        left: -20px;
        top: 20px;
    }

    .about .content h3 {
        font-size: 20px;
    }

    .section-title {
        padding-bottom: 0;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .location-txt {
        padding-top: 20px;
    }

    .footer-copy {
        padding-bottom: 45px;
    }
    .footer-copy .col-lg-6:nth-child(2) p img{
        width: 100px !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .modal-body .logo img{
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    #header .logo img {
        max-height: 40px;
    }
}
