.block--how-it-works{
    padding: 160px 0px;
    @media screen and (max-width: 768px){
       padding: 80px 0px;
    }
    
    & .wp-block-heading mark:nth-child(1){
        font-family: var(--wp--preset--font-family--area) !important;
        text-transform: none;
    }  
    & .step-graphic{
        margin-top: 150px;
        @media screen and (max-width: 1240px){
            margin-top: 0px;
        }
    }
    & .graphic_item{
        display: grid;
        grid-template-columns: 315px 140px 315px 140px 315px;
        gap: 30px;
        justify-content: center;
        align-items: center;
        & > div{
        @media screen and (max-width: 1240px){                
                display: flex;
                justify-content: center;    
                & SVG.step-graphic{
                    margin-top: 30px;
                    margin-bottom: 30px;
                    rotate: 90deg;
                }            
            }
        }
        @media screen and (max-width: 1440px){
            grid-template-columns: 1fr 140px 1fr 140px 1fr;
        }
        @media screen and (max-width: 1240px){
            grid-template-columns: 1fr ;
        }

        & .item{
                display: flex;
                flex-direction: column;
                align-items: center;
            & .flex{
                display: flex;
                gap: 24px;
                margin-bottom: 24px;
                align-items: flex-end;
                & h4{
                    color: #B2CFFF;                    
                    font-family: var(--wp--preset--font-family--third-rail);
                    font-size: clamp(1.375rem, 0.175rem + 3vw, 2.875rem);
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%; /* 55.2px */
                    letter-spacing: 0.92px;
                    text-transform: uppercase;
                    margin-bottom: 0px;
                }
                & p{
                    color: #F4F3EC;                    
                    font-family: var(--wp--preset--font-family--area);
                    font-size: clamp(1.125rem, 0.425rem + 1.75vw, 2rem);
                    font-style: normal;
                    font-weight: 900;
                    line-height: normal;
                    letter-spacing: 0.32px;
                    margin-bottom: 0px;
                }
            }
            & p{
                color: #BABBB4;
                font-family: var(--wp--preset--font-family--area);
                font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
                font-style: normal;
                font-weight: 100;
                line-height: 150%; /* 24px */
                margin-bottom: 42px;
            }
        }
    }
}