/* overrides.css — сюда добавляй стили для перезаписи */

.selected {
    color: var(--primary-brand_name, #1B5B99);
}

h1 .selected {
    text-transform: uppercase;
}

.big-button, form .big-button {
    background: var(--primary-lin_1, linear-gradient(270deg, #FFBF51 0%, #FFE8C5 100%));
}

.section__image-container-center img {
    width: auto;
}
@media (max-width: 480px) {
.section__image-container-center img {
    width: 100%;
}
}