/** Нужен для быстрых фиксов типа "подровнять" или "подвинуть" **/

:root {
    --primary-yellow: #E3F0E1;
}


#start .section__item.yellow {
    background: #F5F5F5;
}


.big-button {
    background: linear-gradient(90deg, #D9F4CA 0%, #A4E383 100%);
}

.big-button.black {
    background: linear-gradient(90deg, #FFF 0%, #CCF0A7 100%);
}

#start h1 {
    color: #D04C87;
}

#start .selected {
    -webkit-text-fill-color: #D04C87;
}

.selected {
    background: #D04C87;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    #where .section__image,
    #why .section__image {
        object-position: center center; 
    }
}
