@charset "utf-8";

.text-width{
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .text-width{
        width: 95%!important;
    }

    .text-bottom{
        padding-bottom: 30px;
    }

    h2{
        font-size: 25px;
        font-style: normal;
        line-height: 27px;
    }

    h4{
        font-size: 23px;
        font-style: normal;
        line-height: 20px;
    }
}
