
.page_title_container .title span:first-child {
    display: block;
}

@media screen and (min-width: 1415px) {
    .page_title_container .title_decor {
        top: 50%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1414px) {
    .page_title_container .title {
        top: 43%;
    }
}

@media screen and (min-width: 800px)  {
    .page_title_container .title {
        line-height: 1.25;
        top: 43%;
    }

    .page_title_container .title_decor {
        top: 50%;
    }
}


@media screen and (min-width: 426px) and (max-width: 799px)  {
    .page_title_container .title {
        top: 50%;
        line-height: 1.25;
    }

    .page_title_container .title_decor {
        top: 57%;
    }
}

@media screen and (max-width: 425px)  {
    .page_title_container .title {
        top: 50%;
        line-height: 1.25;
    }

    .page_title_container .title_decor {
        top: 58%;
    }
}

@media screen and (min-width: 1025px) {
    .exercises_descr .info {
        padding: 0 28% 0 28%;
    }
}

@media screen and (min-width: 450px) and (max-width: 1024px) {
    .exercises_descr .info {
        padding: 0 10% 0 10%;
    }
}

@media screen and (max-width: 449px) {
    .exercises_descr .info {
        padding: 0 5% 0 5%;
    }
}


