.how-working__header.title--circle:after {
    left: 875px;
}

@media screen and (max-width: 1024px) {
    .how-working__header.title--circle {
        max-width: 450px;
    }

    .how-working__header.title--circle:after {
        left: 450px;
    }
}

@media screen and (max-width: 768px) {
    .how-working__header.title--circle {
        font-size: 28px !important;
    }

    .how-working__header.title--circle:after {
        right: auto;
        left: 385px;
    }
}

@media screen and (max-width: 480px) {
    .how-working__header.title--circle {
        max-width: 225px;
    }

    .how-working__header.title--circle:after {
        right: auto;
        left: 225px;
    }
}
