@media screen and (max-width: 750px ){
    .container{
        height: max-content !important;
        min-width: 130px;
    }

    .title_section{
        height: 200px !important;
        padding-top: 90px !important;
        overflow: hidden;

    }

    .title_section>div{        
        padding: 15px !important;
    }

    .title_section>div:first-child{
        width: 200px !important;
        font-size: 17px !important;           
    }
    
    .title_section>div:last-child{
        font-size: 12px !important;
    }

    .content_section{
        height: max-content !important;
    }

    .content_section >.content_box{
   
        text-align: center;
        font-size: 15px !important;
        margin: 40px 0;
    }
    .content_section>img, .section2 >img{
        position: absolute;    
        width: 235px !important;
        height: 156px !important;
       
    }
    

    .wrap .A4_section img{
        width: 44%;
       
    }

    .A4_section{
        text-align: center;
        padding: 1% !important;
    }

    #footer_section{
        margin-top: 120px;
    }
}