.footer-b0{
    position: absolute !important;
    z-index: 3;
    bottom: 0 !important;
    width: 100%;
    font-size: 0.8rem;
    padding-bottom: 1rem !important;
    padding-top: 3rem !important;
}



/*--MEDIA QUERY--*/

@media (max-width: 991px){
    
      .footer-b0{
            position: relative !important;
            width: 100%;
            bottom: 0 !important;
            font-size: 0.8rem;
            padding-bottom: 1rem !important;
            padding-top: 3rem !important;
        }
    
}
