.container {
    max-width: 128rem;

    margin: 0 auto;
    padding: 0 3%;
    overflow: hidden;
}

a, p {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3 {
    font-family: "Oswald", sans-serif;
}

.w70 {
    max-width: 70rem;
    margin: 0 auto;
}

.w50 {
    max-width: 50rem;
}

.new-section {
    padding: 8rem 0;
}

.new-section__title--fs48 {
    font-size: 4.8rem;
    font-weight: 500;
    text-align: center;
}

.new-section__title--fs58 {
    font-size: 5.8rem;
    font-weight: 500;
    line-height: 6.9rem;
}

.new-section__text--fs24 {
    font-size: 2.4rem;

    margin-top: 1.8rem;
}

span.blue {
    color: var(--secondary-color);
}

span.yellow {
    color: var(--primary-color);
}