body {
    background: var(--clr_promo_1);
    color: WHITE;
    position: relative;
}
section{
    z-index: 20;
}

body::before{
    position: absolute;
    z-index: 0;
    width: 25%;
    left: 25%;
    border-right: 1px solid #222c3e;
    border-left: 1px solid #222c3e;
    height: 100%;
    content: '';
    top: 0;

}
body::after{
    position: absolute;
    z-index: 0;
    width: 25%;
    right: 25%;
    border-right: 1px solid #222c3e;
    border-left: 1px solid #222c3e;
    height: 100%;
    content: '';
    top: 0;

}
footer{
    position: relative;
    z-index: 30;
}

.count-block-area {
    border-bottom: 1px solid WHITE;
}
.card-min{
    background: transparent;
}

.card-min svg {
    stroke: #fff !important;
}