footer {

    width:100%;
    background-color: #D0D0C4;
    color: white;
    position: relative;
    font-size: 1.1vw;

}

footer > .container {

    width:85vw;
    margin: 0 auto 0 auto;
    padding: 5vw 0;

}

#footerLogo {

    width:29vw;
    display: inline-block;
    vertical-align: top;

}

#footerLogo dotlottie-player {

    width:10vw;
    height:10vw;
    position: relative;
    left:-1.85vw;

}

#footerTexts {

    /* width:55vw; */
    display: inline-block;
    vertical-align: top;

}

#footerTexts .cText {

    display: inline-block;
    vertical-align: top;
    width:14.5vw;

}

#footerTexts .cText:last-of-type {

    width:auto;

}

#footerTexts h3 {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75vw; 
    letter-spacing: 0.1rem; 
    margin-bottom: 0.5vw;  

}

/* mobile */

footer.breakPointMobile #footerLogo dotlottie-player {

    width:25vw;
    height:25vw;
    left:-5vw;
    /* margin:5vw auto; */

}

footer.breakPointMobile {

    font-size: 4vw;

}

footer.breakPointMobile #footerLogo,
footer.breakPointMobile #footerTexts .cText {

    display: block;
    width: 100%;

}

footer.breakPointMobile #footerTexts {

    display: block;
    width: 50%;
    /* margin: 0 auto; */

}

footer.breakPointMobile #footerTexts h3 {

    font-size: 3vw; 

}

footer.breakPointMobile #footerTexts .cText {

    margin:5vw auto;

}

/* max */

footer.breakPointDesktopLarge {

    font-size: 18px;

}

footer.breakPointDesktopLarge > .container {

    width:1360px;
    padding: 80px 0;

}

footer.breakPointDesktopLarge #footerLogo {

    width:459px;

}

footer.breakPointDesktopLarge #footerLogo dotlottie-player {

    width:160px;
    height:160px;
    left:-30px;

}

footer.breakPointDesktopLarge #footerTexts .cText {

    width:230px;

}

footer.breakPointDesktopLarge #footerTexts .cText:last-of-type {

    width:auto;

}

footer.breakPointDesktopLarge #footerTexts h3 {

    font-size: 14px; 
    margin-bottom: 8px;  

}

