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

form .big-button {
    background: linear-gradient(270deg, #B0EE89 0%, #E0FFBD 100%);
}

.price__main-container > .section__column-container {
    gap: 0;
}

#reg .section__image {
    height: 480px;
}

@media screen and (max-width: 1256px) {
    #reg .section__image {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    #start .section__image, #reg .section__image {
        aspect-ratio: auto;
        height: auto;
    }
}