﻿.footer {
    padding: 40px 0 40px;
    text-align: center;
    width: 100%;
}  
 
    .footer .container-footer  p {
        margin: 0;
        font-size: 11px;
        line-height: 13px;
        color: #1a051d
    } 
    
.badge-build {
    color: #A1B0B8;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    padding-top: 15px;
} 

.rm-buid-footer .footer .badge-build {
    display: none;
}

@media (min-width: 960px) {
    .header-copyright .footer .badge-build {
        display: none;
    }

    .footer .badge-build {
        display: none;
    }
}    