

body{
     -webkit-text-size-adjust: 100%; 
}    
.article{
    font-size: 14px;
    margin-right: 220px;
    border-style: hidden;
    border-right: -2px;
    background-color: white;
    padding-left: 100px;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 60px;
line-height:35px;

}


.article .section h1{

text-align: center;
}

@media screen and (max-width: 800px) {
.article{
margin-right:8px;
padding-left:12px;
line-height:35px;
font-size: 13px;
}





}