@charset "UTF-8";
/*----------------------------*/
/*    Content Block 1 left    */
/*----------------------------*/
#wcu .two-col-block .title-container{
    width: 80%;
    span{
        display: flex;
        width: 100%;
    }
}
#wcu .two-col-block .col.left{
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
}
/*-----------------------------*/
/*    Content Block 1 right    */
/*-----------------------------*/
#wcu .two-col-block .col.right{
    gap: 1rem;
    justify-content: space-around;
    align-items: unset;
}
.inner-col .wcu-container:nth-of-type(2){
    height: 9rem;
}
.wcu-container{
    height: 10rem;
}
.wcu-header{
    display: flex;
    justify-content: space-between;
    font-size: 1.35rem;
    span{
        width: 50%;
    }
    img{
        width: 3rem;
        height: 3rem;
    }
}
.inner-col{
    width: 40%;
}

/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*----------------------------*/
    /*    Content Block 1 left    */
    /*----------------------------*/
    #wcu .two-col-block .title-container{
        width: 95%;
        span{
            text-align: center;
        }
    }
    #wcu .two-col-block .col.left{
        padding-bottom: 5rem;
    }
    /*-----------------------------*/
    /*    Content Block 1 right    */
    /*-----------------------------*/
    #wcu .two-col-block .col.right{
        flex-direction: column;
        align-items: center;
        gap: unset;
    }
    .inner-col .wcu-container:nth-of-type(2){
        height: unset;
    }
    .wcu-container{
        height: fit-content;
        text-align: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .wcu-header{
        flex-direction: column-reverse;
        align-items: center;
        font-size: 1.5rem;
        span{
            width: auto;
            margin-bottom: 0.5rem;
        }
        img{
            width: 3.5em;
            height: 3.5rem;
        }
    }
    .inner-col{
        width: 93%;
    }
}
@media (max-width: 767px) and (orientation: landscape)  {
    /*----------------------------*/
    /*    Content Block 1 left    */
    /*----------------------------*/
    #wcu .two-col-block .title-container{
        width: 100%;
        span{
            text-align: center;
        }
    }
    /*-----------------------------*/
    /*    Content Block 1 right    */
    /*-----------------------------*/
    #wcu .two-col-block .col.right{
        gap: unset;
    }
    .inner-col .wcu-container:nth-of-type(2){
        height: 8.5rem;
    }
    .wcu-container{
        height: 9.5rem;
        text-align: left;
        margin-bottom: 2rem;
    }
    .wcu-header{
        align-items: center;
        font-size: 1.4rem;
        span{
            width: max-content;
            margin-bottom: 0.5rem;
        }
        img{
            width: 3.25em;
            height: 3.25rem;
        }
    }
}

/* ----------- */
/*   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)  {
        /*----------------------------*/
    /*    Content Block 1 left    */
    /*----------------------------*/
    #wcu .two-col-block .title-container{
        width: 100%;
        span{
            text-align: center;
        }
    }
    /*-----------------------------*/
    /*    Content Block 1 right    */
    /*-----------------------------*/
    #wcu .two-col-block .col.right{
        gap: unset;
    }
    .inner-col .wcu-container:nth-of-type(2){
        height: 8rem !important;
    }
    .wcu-container{
        height: 9rem !important;
        text-align: left;
        margin-bottom: 2rem;
    }
    .wcu-header{
        align-items: center;
        font-size: 1.65rem !important;
        span{
            width: max-content;
            margin-bottom: 0.5rem;
        }
        img{
            width: 3.25em;
            height: 3.25rem;
        }
    }
}

/* ------------------- */
/*  DESKTOP & LAPTOPS  */
/* ------------------- */
/* Small Desktops and Laptops */
@media (max-width: 1200px) and (hover: hover) {
    /*----------------------------*/
    /*    Content Block 1 left    */
    /*----------------------------*/
    #wcu .two-col-block .title-container{
        width: 100%;
        span{
            text-align: center;
            justify-content: center;
        }
    }
    /*-----------------------------*/
    /*    Content Block 1 right    */
    /*-----------------------------*/
    #wcu .two-col-block .col.right{
        gap: unset;
    }
    .inner-col .wcu-container:nth-of-type(2){
        height: 8.5rem;
    }
    .wcu-container{
        height: 9.5rem;
        text-align: left;
        margin-bottom: 2rem;
    }
    .wcu-header{
        align-items: center;
        text-align: left;
        font-size: 1.4rem;
        span{
            width: max-content;
            margin-bottom: 0.5rem;
        }
        img{
            width: 3.25em;
            height: 3.25rem;
        }
    }
}
@media (min-width: 1201px) and (max-width: 1680px) and (hover: hover) and (pointer: fine)  {
}