/**************************************************\ 
(XXL) Desktop Monitor
\**************************************************/
@media screen and (min-width: 1400px){ 

}

/**************************************************\ 
(XL) Laptop 
\**************************************************/
@media screen and (min-width:1200px) and (max-width: 1399.98px){ 
}
 
/**************************************************\ 
(LG) Tablet Landscape
\**************************************************/
@media screen and (min-width:992px) and (max-width: 1199.98px){      

}
   
/**************************************************\ 
(MD) Tablet Portrait
\**************************************************/
@media screen and (min-width:768px) and (max-width: 991.98px){   
    .sectionTitle{ 
        margin-bottom: 0rem;
    }
    .sectionHeadline{ 
        margin-bottom: 2rem;
    } 
 
    #headerSection p.pageHeaderDesc{
        width: 80%;
        margin: auto;
        margin-bottom: 6rem;
    } 
    #headerSection .sectionIMG{
        border-radius: 1rem;
    } 

    #highlightSection .highlights{
        gap: 8rem;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "two one" 
        "three three";
    }  
    #highlightSection .highlights div.cta {
        text-align: center; 
        margin: auto; 
        width: 80%;
    }

    #benefitsSection .benefitsCard{ 
        border-radius: 1rem;
    }

    .carouselList .item img{
        border-radius: 1rem;
    }
}

/**************************************************\ 
(SM) Phone
\**************************************************/
@media screen and (min-width: 576px) and (max-width:767.98px){    
    .sectionHeadline{ 
        font-size: 3.2rem;
        margin-bottom: 2rem;
    } 


    #headerSection{ 
        padding-top: 15rem;
    }
    #headerSection p.pageHeaderDesc{
        margin-bottom: 6rem;
    } 
    #headerSection .sectionIMG{
        border-radius: 1rem;
    }

    #highlightSection .highlights{
        gap: 4rem;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "two one" 
        "three three";
    } 
    #highlightSection .highlights ul{      
        gap: 2rem;
    }
    #highlightSection .highlights ul li div{   
        gap: 1rem;
    }
    #highlightSection .highlights ul li svg{
        width: 2rem;
    }
    #highlightSection .highlights ul li label{
        font-size: 1.8rem;
    } 
    #highlightSection .highlights div.cta {
        text-align: center; 
    }

    #benefitsSection .benefitsCard{ 
        border-radius: 1rem;
    }    

    .carouselList .item img{
        border-radius: 1rem;
    }
}

/**************************************************\ 
(XS) Small Phone
\**************************************************/
@media screen and (min-width: 391px) and (max-width:575.98px){   
    .sectionHeadline{ 
        font-size: 3.2rem;
        margin-bottom: 2rem;
    } 


    #headerSection{ 
        padding-top: 13rem;
    }
    #headerSection p.pageHeaderDesc{
        margin-bottom: 6rem;
    } 
    #headerSection .sectionIMG{
        border-radius: 1rem;
        height: 30rem;
    }
    #headerSection .mouseScroll{
        width: 6rem;
    }
 

    #highlightSection .highlights{
        gap: 4rem;
        grid-template-columns: 1fr;
        grid-template-areas:
        "two"
        "one"
        "three";
    } 
    #highlightSection .highlights ul{      
        gap: 3rem; 
    }
    #highlightSection .highlights ul li div{   
        gap: 1rem; 
    } 
    #highlightSection .highlights ul li p{ 
        font-size: 1.6rem;
    }
    #highlightSection .highlights img{ 
        text-align: center;
        width: 70%;
        margin: auto;
    }
    #highlightSection .highlights div.cta {
        text-align: center; 
    }

    #benefitsSection .benefitsCard{ 
        border-radius: 1rem;
    }
    .carouselList .item img{
        border-radius: 1rem;
    }
}

/**************************************************\ 
(XXS) Smaller Display
\**************************************************/
@media screen and (max-width:390.98px){   
    .sectionTitle{
        font-size: 1.6rem;
    }
    .sectionHeadline{ 
        font-size: 3rem;
        margin-bottom: 2rem;
    } 


    #headerSection{ 
        padding-top: 12rem;
    }
    #headerSection p.pageHeaderDesc{
        margin-bottom: 6rem;
    } 
    #headerSection .sectionIMG{
        border-radius: 1rem;
        height: 25rem;
    }
    #headerSection .servicePrice{
        font-size: 1.4rem;
    }
    #headerSection .mouseScroll{
        width: 6rem;
    }

    #highlightSection .highlights{
        gap: 4rem;
        grid-template-columns: 1fr;
        grid-template-areas:
        "two"
        "one"
        "three";
    } 
    #highlightSection .highlights ul{      
        gap: 3rem; 
    }
    #highlightSection .highlights ul li div{   
        gap: 1rem; 
    } 
    #highlightSection .highlights ul li p{ 
        font-size: 1.6rem;
    }
    #highlightSection .highlights img{ 
        text-align: center;
        width: 70%;
        margin: auto;
    }
    #highlightSection .highlights div.cta {
        text-align: center; 
    }
    
    
    #benefitsSection .benefitsCard{ 
        border-radius: 1rem;
    }
    .carouselList .item img{
        border-radius: 1rem;
    }
}