

.bodyer{
    clear: both;
    overflow: hidden;
    height: auto;
    width: 1400px;
    margin: 100px auto;
    box-shadow:0 0 20px #dfdfdf;
    padding: 50px;
    border-radius: 10px;
}
.bodyer p{
    font-size: 18px;
    line-height: 2em;
}
.bodyer .aboutimg{
    float: left;
    vertical-align: middle;
    padding-right: 50px;
}
.bodyer h1{
    text-align: left;
}
.bodyer h3{
    text-align: left;
    padding-top: 10px;
}
.about_main p{
    margin-bottom: 15px;
    text-indent: 2em;
    font-size: 18px;
}
.about_main h3{
    margin: 10px 0;
}

@media screen and (max-width: 1377px) { 
    .bodyer{
        clear: both;
        overflow: hidden;
        height: auto;
        width: 1200px;
        margin: 50px auto;
        box-shadow:0 0 20px #dfdfdf;
        padding: 50px;
        border-radius: 10px;
    }
    .about_main p{
        margin-bottom: 10px;
        text-indent: 2em;
        font-size: 14px;
    }
    .bodyer .aboutimg{
        float: left;
        height:500px;
        padding-right: 50px;
    }
    .bodyer .aboutimg img{
        width: 100%;
        height: 100%;
    }
    .bodyer h1{
        text-align: left;
        font-size: 20px;
    }
    .bodyer h3{
        font-size:18px
    }
} 