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

.selected {
    color: var(--texts-black, #ECBD14);
}

h1 .selected {
    text-transform: uppercase;
}

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

.section__image-container-center img{
    width: auto;
}

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

.section__row-container h2 + p{
     font-size: 22px;
}

#instruction .section__row-container{
    justify-content: flex-start;
}

@media screen and (max-width: 1440px) {
    #instruction .section__row-container{
        justify-content: center;
     }
}