/*---------------------------*/
/*      content block 3      */
/*---------------------------*/
#wsf.section-block{
    position: relative;
    z-index: 0;
    padding: 3.5rem 0 4.5rem 0;
}
#wsf.section-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 0;
}
#wsf.section-block > * {
    position: relative;
    z-index: 1; 
}
/*---------------------------*/
/*  Service block 1 top row  */
/*---------------------------*/
#wsf .single-col-block .row.top {
    justify-content: center;
    margin-bottom: 2rem;
}
#wsf .single-col-block .row.bottom {
    justify-content: center;
}
#wsf .single-col-block .title-container{
    display: flex;
}
/*------------------------------*/
/*  Service block 1 bottom row  */
/*------------------------------*/
.wsf-container{
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
.wsf-values{
    display: flex;
    gap: 1.25rem;
    align-items: center;
    img{
        width: 1.85rem;
        height: 1.85rem;
        object-fit: contain;
        margin-right: 1rem;
    }
    span{
        font-size: 1.25rem;
        letter-spacing: 0.75px;
    }
}
.wsf-values:nth-child(even) img{
    transform: scale(1.2); 
}

/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*---------------------------*/
    /*      content block 3      */
    /*---------------------------*/
    #wsf.section-block{
        padding: 6.5rem 0 6.5rem 0;
    }
    /*---------------------------*/
    /*  Service block 1 top row  */
    /*---------------------------*/
    #wsf .single-col-block .row.top {
        text-align: center;
        margin-bottom: 3rem;
    }
    #wsf .single-col-block .row.bottom {
        text-align: center;
    }
    /*------------------------------*/
    /*  Service block 1 bottom row  */
    /*------------------------------*/
    .wsf-container{
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }
    .wsf-values{
        gap: 1.25rem;
        flex-direction: column;
        align-items: center;
        img{
            width: 2.25rem;
            height: 2.25rem;
            margin-right: 0;
        }
        span{
            font-size: 1.35rem;
        }
    }
    .wsf-values:nth-child(even) img{
        transform: scale(1.3); 
    }
}
@media (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    /*---------------------------*/
    /*      content block 3      */
    /*---------------------------*/
    #wsf.section-block{
        padding: 5rem 0 5rem 0;
    }
    /*---------------------------*/
    /*  Service block 1 top row  */
    /*---------------------------*/
    #wsf .single-col-block .row.top {
        text-align: center;
        margin-bottom: 2.15rem;
    }
    #wsf .single-col-block .row.bottom {
        text-align: unset;
    }
    /*------------------------------*/
    /*  Service block 1 bottom row  */
    /*------------------------------*/
    .wsf-container{
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }
    .wsf-values{
        gap: 1.25rem;
        align-items: center;
        img{
            width: 2.25rem;
            height: 2.25rem;
            margin-right: 1rem;
        }
        span{
            font-size: 1.45rem;
        }
    }
    .wsf-values:nth-child(even) img{
        transform: scale(1.3); 
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 767px) and (max-width: 1200px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
}
@media (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
    .wsf-values{
        span{
            font-size: 1.4rem;
        }
    }
}
/* ------------------- */
/*  DESKTOP & LAPTOPS  */
/* ------------------- */
/* Small Desktops and Laptops */
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
    
}
@media (min-width: 1201px) and (max-width: 1680px) and (hover: hover) and (pointer: fine)  {
}
