.block--result-feedback-block{
    padding: 178px 0px;
    border-top: 1px solid #BABBB4;
    border-bottom: 1px solid #BABBB4;
    position: relative;
    background: #1B1C30;
    
    & .abs-art{
        position: absolute;
        top: 50px;
        left: 0;
    }
    & .content-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        @media screen and (max-width: 768px){
            grid-template-columns: 1fr;
        }
        & div:nth-child(2){
            border-left: 1px solid #7FF6A7;
            padding-left: 24px;
            & SVG{
                margin-bottom: 42px;
            }
            & .feedback{
                color: #FBF9F2;
                font-family: var(--wp--preset--font-family--area);
                font-size: clamp(0.875rem, -0.025rem + 2.25vw, 2rem);
                font-style: normal;
                font-weight: 100;
                line-height: 140%;
            }
            & span{
                display: flex;
                gap: 8px;
                margin-top: 20px;
                & p{
                    color: #BABBB4;
                    font-family: var(--wp--preset--font-family--area);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%;                    
                }
                & p:nth-child(3){
                    font-weight: 600;
                }
            }
        }
        & h2{
            color: #B2CFFF;
            font-family: var(--wp--preset--font-family--third-rail);
            font-size: clamp(1.875rem, -0.225rem + 5.25vw, 4.5rem);
            font-style: normal;
            font-weight: 400;
            line-height: 72px;
            letter-spacing: 0.72px;
            text-transform: uppercase;        
            width: fit-content;
            background-image: url(../../../assets/images/vector-svg.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 100% 100%;
            padding-bottom: 20px;
        }
        & .with_mark{
            color: #BABBB4;
            font-family: var(--wp--preset--font-family--area);
            font-size: clamp(0.875rem, 0.375rem + 1.25vw, 1.5rem);
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            & high{
                font-weight: 700;
            }
        }
        & .description{
            color: #BABBB4;
            font-family: var(--wp--preset--font-family--area);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 22.4px */
        }
    }
}