.textpage a{
    color: #26AEB2;
}
.textpage .titlenews-h1{
    margin: 0;
}
.textart{
    margin-top: 64px;
}
.textpage .titletext{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 24px 0;
}
.textart p{
    font-size: 18px;
    line-height: 1.7;
    margin: 0  0 12px 12px;
}
.textart ul, .textart ol{
    padding-left: 32px;
}

footer{
    margin-top: 80px;
}


@media only screen and (max-width: 1240px){
    .textart{
        margin-top: 40px;
    }

    footer{
        margin-top: 40px;
    }
}


@media only screen and (max-width: 699px){
    .textpage .titletext{
        font-size: 22px;
    }
    .textart p{
        font-size: 16px;
        line-height: 1.6;
    }
    .textart ul, .textart ol{
        padding-left: 24px;
    }

    footer{
        margin-top: 40px;
    }
}