@media (max-width: 767px) {
    h1{
        font-size: 32px;
    }

    h2{
        font-size: 25px;
    }

    h3{
        font-size: 22px;
    }

    h4{
        font-size: 20px;
    }

    h5{
        font-size: 18px;
    }

    ul.list-full-sm li br, ul.list-full-md li br, ul.list-full-lg li br{
        display: none;
    }

    .text-page h1{
        color: #00B1DA;
        padding-bottom: 10px;
        border-bottom: 5px solid #DBDBDB;
    }

    .text-page h2{
        margin-top: 20px;
    }

    .text-page h3{
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .text-page p{
        margin-bottom: 20px;
    }

    a.link-arrow-right{
        white-space: normal;
    }

    .promo-banner-with-btn-block h3 {
        font-size: 24px;
    }

}