@media only screen and (max-width:700px){
   .body{
    display: block;
    text-align: center;
   }
    .page_title{
        font-size: 14px;
    } 

    .cntr{
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 600px;
        grid-template-areas: "slider" "side_menu";
        text-align: center;
        align-items: center;
        margin: auto;
        justify-content: center;
        padding: 50px 0px 0 0px;

    }
    

    div.scroll-container{
        background-color: pink;
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
        width: 550px;
        border-radius: 15px;
        text-align: center;
        align-items: center;
        margin: auto;
        justify-content: center;
    }
    .logo{
        width: 150px;
        position: relative;
        bottom: 110px;
        left: 30px;
    }
    .logo {
        display: none;
    }
    .footer_row1{
        display: block;
        flex-wrap: wrap;
    }
    .social_link{
        padding-left: 0px;
        text-align: right;
        position: relative;
        bottom: 170px;
        right: 20px;
        left: 100px;
        min-width: 400px;
    }
    .social_link a{
        width: 60px;
        height: 60px;
        line-height: 60px;
        bottom: 10px;    
    }
    .ul_footer{
        position: relative;
        bottom: 0px;
        right: 0px;
        top: 50px;
        display: block;
        
    }
    h4{
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        position: relative;
        bottom: 50px;
    }
}