/*==================================================
FOOTER MOBILE
==================================================*/

@media (max-width:768px){

    .footer{

        padding:80px 20px 45px;

    }

    /*========================*/

    .footer::before{

        width:260px;

    }

    /*========================*/

    .footer-tag{

        font-size:11px;

        letter-spacing:2px;

        margin-bottom:12px;

    }

    /*========================*/

    .footer-logo{

        width:170px;

        margin-bottom:16px;

    }

    /*========================*/

    .footer-description{

        max-width:100%;

        padding:0 10px;

        font-size:16px;

        line-height:1.8;

        margin-bottom:55px;

    }

    /*========================*/

    .footer-contact{

        gap:14px;

        margin-bottom:45px;

    }

    .footer-contact a,
    .footer-contact span{

        font-size:16px;

    }

    /*========================*/

    .footer-divider{

        width:100%;

        max-width:300px;

        margin-bottom:35px;

        
    }

    /*========================*/

    .footer-bottom{

        gap:6px;

    }

    .footer-bottom p,
    .footer-bottom a{

        font-size:14px;

        line-height:1.7;

    }

}