.clear-float{
    clear: both;
}

body{
    padding:0px;
    margin:0px;
    
}

.body-content{
    width:100%;
    color: #575757;
    background-color: #fcfcfc
}

.us-content{
    width:80%;
    margin:auto;
    position: relative;
    margin-bottom: 30px;
    margin-top:30px;
}

.us-content .right-content{
    float: right;
    width:50%;
}

.us-content .right-content .right-wrap{
    width:80%;
}

.us-content .left-content  .image-fouder img{
    width:110%;
    height:auto;
    margin-right:7px;
    margin-top: 120px;
}

.us-content .left-content{
    float: left;
    width:50%;
}   

.us-content .left-content .left-wrap{
    width:80%;
}

/*    RESPONSIVE    */
@media screen and (max-width:1024px){
    .us-content{
        width:90%;
        margin:auto;
        position: relative;
        margin-bottom: 30px;
    }

    .us-content .left-content .left-wrap{
        width:90%;
    }

    .us-content .right-content .right-wrap{
        width:90%;
    }

    .us-content .right-content .right-wrap .image-fouder img{
        width:70px;
        height:70px;
        margin-right:10px;
    }
    
}

@media screen and (max-width:768px){
    .us-content{
        width:90%;
        margin:auto;
        position: relative;
        margin-bottom: 30px;
    }

    .us-content .left-content .left-wrap{
        width:90%;
    }

    .us-content .right-content .right-wrap{
        width:90%;
    }

    .us-content .left-content  .image-fouder img{
        margin-top: 4vw;
        width:100%;
    }
    
}

@media screen and (max-width:600px){
    .us-content .left-content{
        width:100%;
    }

    .us-content .right-content{
        width:100%;
    }

    .us-content .left-content .left-wrap{
        width:100%;
    }

    .us-content .right-content .right-wrap{
        width:100%;
    }
}

@media screen and (max-width:414px){
    .us-content .left-content{
        width:100%;
    }

    .us-content .right-content{
        width:100%;
    }

    .us-content .left-content .left-wrap{
        width:100%;
    }

    .us-content .right-content .right-wrap{
        width:100%;
    }
}