/* FAQ — фон и порядок слоёв */
#rec943448596,
#rec943448596 .t396__artboard,
#rec943448596 .t396__carrier {
    background-color: #efeeea !important;
    position: relative;
    z-index: 1;
}

#rec943448596::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #efeeea;
    z-index: 0;
}

/* Поверх всех слоёв — контент FAQ */
#rec943448596 * {
    position: relative;
    z-index: 2;
}

/* "Написать мне" — фон и порядок слоёв */
#rec954304986,
#rec954304986 .t396__artboard,
#rec954304986 .t396__carrier {
    background-color: #ffe100 !important;
    position: relative;
    z-index: 1;
}

#rec954304986::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ffe100;
    z-index: 0;
}

/* Поверх всех слоёв — контент блока "Написать мне" */
#rec954304986 * {
    position: relative;
    z-index: 2;
}
/* Устанавливаем фон блока */
#rec1035821986,
#rec1035821986 .t396__artboard,
#rec1035821986 .t396__carrier {
    background-color: #efeeea !important; /* или любой нужный цвет */
    position: relative;
    z-index: 1;
}

/* Добавляем псевдоэлемент для подложки */
#rec1035821986::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #efeeea;
    z-index: 0;
}

/* Помещаем весь контент блока на передний план */
#rec1035821986 * {
    position: relative;
    z-index: 2;
}


