.sec1{
    padding-top:6.25%;
}
.sec1 .inner{
    width:71.4%;
    line-height:1.5;
}
.sec1 h1{
    font-size:2.25em;
    text-align:center;
    margin-bottom:1.5em;
}
@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
    .sec1{
        padding-top:17%;
    }
    .sec1 .inner{
        width:90%;
    }
    .sec1 h1{
        font-size:3em;
        margin-bottom:1em;
    }
    .sec1 p{
        font-size: 1.875em;
    }
}