@charset "UTF-8";
/*---------------------------*/
/*      content block 2      */
/*---------------------------*/
#wwa.section-block{
    margin: 3rem 0 5rem 0;
}
/*---------------------------*/
/*    content block 2 left   */
/*---------------------------*/
#wwa .two-col-block .title-container{
    display: flex;
    width: 80%;
    gap: 1.5rem;
}
#wwa .two-col-block .description{
    display: flex;
    flex-direction: column;
    span{
        margin-bottom: 1rem;
    }
}
.company-image-container.mobile{
    display: none;
}
/*---------------------------*/
/*    content block 2 right   */
/*---------------------------*/
.company-image-container{
    position: relative;
    display: inline-block;
    &::before{
        content: "";
        position: absolute;
        top: -10px;   
        left: 10px;  
        width: 100%;
        height: 100%;
        background-color: #45D971; 
        z-index: 3; 
    }
    img{
        position: relative;
        z-index: 4;
        width: 100%;
        height: 20vw;
        box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.35);
    }
}
#wwa .two-col-block .right{
    align-items: center;
}



/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*---------------------------*/
    /*      content block 2      */
    /*---------------------------*/
    #wwa.section-block{
        margin: 4rem 0 5rem 0;
    }
    /*---------------------------*/
    /*    content block 2 left   */
    /*---------------------------*/
    #wwa .two-col-block .left{
        margin-bottom: 1rem;
    }
    #wwa .two-col-block .title-container{
        width: 90%;
        gap: 1.5rem;
        > span:nth-of-type(1){
            text-align: center;
        }
    }
    #wwa .two-col-block .description{
        span{
            margin-bottom: 1rem;
        }
    }
    .company-image-container.mobile{
        display: inline-block;
    }
    .company-image-container{
        margin: 1rem 0 2rem 0;
        &::before{
            display: none;
        }
        img{
            width: 98%;
            height: 70vw;
            box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.35);
        }
    }
    /*---------------------------*/
    /*    content block 2 right  */
    /*---------------------------*/
    #wwa .two-col-block .right{
        display: none;
    }
}
@media (max-width: 767px) and (orientation: landscape)  {
    /*---------------------------*/
    /*      content block 2      */
    /*---------------------------*/
    #wwa.section-block{
        margin: 3rem 0 5rem 0;
    }
    /*---------------------------*/
    /*    content block 2 left   */
    /*---------------------------*/
    #wwa .two-col-block .left{
        margin-bottom: 1rem;
    }
    #wwa .two-col-block .title-container{
        width: 90%;
        gap: 1.5rem;
        > span:nth-of-type(1){
            text-align: center;
        }
        
    }
    #wwa .two-col-block .description{
        span{
            margin-bottom: 1rem;
        }
    }
    .company-image-container.mobile{
        display: flex;
        justify-content: center;
    }
    .company-image-container{
        margin: 1rem 0 2rem 0;
        &::before{
            display: none;
        }
        img{
            width: auto;
            height: 20rem;
            box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.35);
        }
    }
    /*---------------------------*/
    /*    content block 2 right  */
    /*---------------------------*/
    #wwa .two-col-block .right{
        display: none;
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 767px) and (max-width: 1200px) and (orientation: portrait) {
}
@media (min-width: 767px) and (max-width: 1200px) and (orientation: landscape) {
    /*---------------------------*/
    /*      content block 2      */
    /*---------------------------*/
    #wwa.section-block{
        margin: 3rem 0 5rem 0;
    }
    /*---------------------------*/
    /*    content block 2 left   */
    /*---------------------------*/
    #wwa .two-col-block .left{
        margin-bottom: 1rem;
    }
    #wwa .two-col-block .title-container{
        width: 90%;
        gap: 1.5rem;
        > span:nth-of-type(1){
            text-align: center;
        }
        
    }
    #wwa .two-col-block .description{
        span{
            margin-bottom: 1rem;
        }
    }
    .company-image-container.mobile{
        display: flex;
        justify-content: center;
    }
    .company-image-container{
        margin: 0.5rem 0 1.5rem 0;
        &::before{
            display: none;
        }
        img{
            width: auto;
            height: 20rem;
            box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.35);
        }
    }
    /*---------------------------*/
    /*    content block 2 right  */
    /*---------------------------*/
    #wwa .two-col-block .right{
        display: none;
    }
}
/* ------------------- */
/*  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)  {
}