@charset "UTF-8";
/*-----------------------*/
/*    Content Block 4    */
/*-----------------------*/
#misvis.section-block{
    position: relative;
    z-index: 0;
    padding: 7rem 0 2rem 0;
}
#misvis .single-col-block{
    align-items: center;
}
#misvis .single-col-block .row{
    display: flex;
    width: 90%;
    margin-bottom: 3rem;
}
/* .misvis-container{
    display: flex;
    flex-direction: row;
} */

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


/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #misvis.section-block{
        padding: 6rem 0 3rem 0;
    }
    #misvis .single-col-block .row{
        margin-bottom: 3rem;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #misvis .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) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #misvis.section-block{
        padding: 5rem 0 1rem 0;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #misvis .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)  {
}
