
/************************XL Size********************************/





/************************Desktop Size*************************/

    .test-benefits-wrapper{
        margin: 200px auto;
        position: relative;
        height: 600px;
        max-width: 1200px;
        width: 65%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .benefits-png{
        width: 100%;
        height: auto;
    }

    .benefits-portrait{
        width: 30%;
    }

    .benefits-content{
        width: 50%;
    }

    .benefits-content p{
        line-height: 2rem;
        font-size: 20px;
    }

    @media only screen and (max-width: 1500px){

        .test-benefits-wrapper{
            width: 75%;
        }
        .benefits-portrait{
            width: 32%;
        }
        .benefits-content{
            width: 61%;
        }
    }

@media only screen and (max-width: 1300px){

    .test-benefits-wrapper{
        width: 75%;
    }
    .benefits-portrait{
        width: 32%;
    }
    .benefits-content{
        width: 61%;
    }
}

@media only screen and  (max-width: 900px){
    
    .test-benefits-wrapper{
        width: 85%;
    }
    .benefits-portrait{
        width: 32%;
    }
    .benefits-content{
        width: 61%;
    }
}

@media only screen and  (max-width: 800px){
    
    .test-benefits-wrapper{
        flex-direction: column;
        width: 85%;
        height: auto;
    }
    .benefits-portrait{
        width: 50%;
    }
    .benefits-content{
        margin-top: 50px;
        display: flex;
        flex-direction:column; 
        align-items: center;
        width:90%;
        text-align: center;
    }
    .features-cta-button{
        margin: 30px auto;
    }
}
/************************Tablet Size*************************/



      
/************************************************************/


/************************Mobile Size*************************/




