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

.sections__container > picture.hero-bg-picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    pointer-events: none;
}

.sections__container > picture.hero-bg-picture .sections__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

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