@charset "UTF-8";
/*-----------------------*/
/*    service Block 4    */
/*-----------------------*/
#wmr.section-block{
    position: relative;
    padding: 5rem 0 0rem 0;
}
#wmr .single-col-block{
    align-items: center;
}
#wmr .single-col-block .row{
    display: flex;
    width: 90%;
    margin-bottom: 3rem;
}
.wmr-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    span{
        text-align: center;
    }
    .dark-grey-paragraph{
        font-size: 1.1rem;
        margin-bottom: 1vw;
    }
    .blue-subheader{
        font-size: 1.15rem;
    }
}

/*---------------------------*/
/*  content block 4 top row  */
/*---------------------------*/
#wmr .title-container{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    
    img{
        width: 2.5rem;
        height: 2.5rem;
    }
}


/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*-----------------------*/
    /*    service Block 4    */
    /*-----------------------*/
    #wmr.section-block{
        padding: 6rem 0 3rem 0;
    }
    #wmr .single-col-block .row{
        margin-bottom: 3rem;
    }
    /*---------------------------*/
    /*  service block 4 top row  */
    /*---------------------------*/
    #wmr .title-container{
        justify-content: center;
        margin-bottom: 1.5rem;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
}
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    service Block 4    */
    /*-----------------------*/
    #wmr.section-block{
        padding: 6rem 0 3rem 0;
    }
    #wmr .single-col-block .row{
        margin-bottom: 3rem;
    }
    /*---------------------------*/
    /*  service block 4 top row  */
    /*---------------------------*/
    #wmr .title-container{
        justify-content: center;
        margin-bottom: 1.5rem;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
}
@media (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    service Block 4    */
    /*-----------------------*/
    #wmr.section-block{
        padding: 5rem 0 1rem 0;
    }
    /*---------------------------*/
    /*  service block 4 top row  */
    /*---------------------------*/
    #wmr .title-container{
        justify-content: center;
        margin-bottom: 1.5rem;
        img{
            width: 3rem;
            height: 3rem;
        }
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
}
/* ------------------- */
/*  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)  {
}
