.page-teaching-code .section-students .section-headline {
    max-width: 743px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1068px) {
    .page-teaching-code .section-students .section-headline {
        max-width: 610px
    }
}

@media only screen and (max-width: 735px) {
    .page-teaching-code .section-students .section-headline {
        max-width: 90%;
        margin-left: 0;
        margin-right: 0
    }
}

