@media screen and (max-width:720px) {
    h1, h2, h3, h4, h5, h6{
        font-size: 1.5rem!important;
        font-weight: 500!important;
        text-align: center;
    }
    p{
        font-size: .9rem!important;
        text-align: center;
    }
    img{
        width: 80%!important;
        margin: 0 auto!important;
        display: block;
    }
    a{
        display: block!important;
        max-width: 45%;
        margin: 0px auto!important;
        margin-bottom: 10%!important;
    }
}