.page-title {
    max-width: 868px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.page-title--center {
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 770px) {
    .page-title {
        font-size: 60px;
    }
}