@media (max-width:577px) {
    .restaurants-logo img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }
}

@media (max-width:769px) {
    .restaurants-logo {
        background-image: none;
    }

    .banner-section .carousel-item .img-fluid {
        width: 100%;
        height: auto;
    }

    .focus-type .first-row {
        display: block;
    }

    .focus-type .second-row {
        display: block;
    }

    .about-section {
        padding: 20px 0px;
    }

    .order-section {
        height: auto;
    }

    .order-section .card {
        margin-bottom: 20px;
    }

    .download-section {
        position: inherit;
        margin: inherit;
        overflow: hidden;
        height: inherit;
    }

    .download-section .download-img .img-fluid {
        position: inherit;
        height: inherit;
        overflow: hidden; 
    }

   
}

