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

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

h1 .selected {
    text-transform: uppercase;
}

.big-button, form .big-button {
    background: var(--primary-lin_1, linear-gradient(270deg, #FFBF51 0%, #FFE8C5 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;
     }
}