.section-container {
    max-width: 1450px;
    margin-inline: auto;
    padding: 0 40px;
    box-sizing: content-box;
}

.section-title {
    color: #131827;
    font-family: 'GraphikLCG-Regular', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

button:focus {
    outline: none;
}

a:hover {
    color: unset;
}

@media (max-width: 1024px) {
    .section-container {
        max-width: 945px;
    }
}

@media (max-width: 525px) {
    .section-container {
        max-width: 525px;
        padding: 0 16px;
    }

    .section-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 140%;
    }

}
