.footers {
    padding: 1rem 0;
    background: #EE2623;
    text-align: center;
}

.footers p.text {
    font-size: .75rem;
    color: #fff;
    line-height: 1;
}

@media only screen and (min-width: 62rem) {
    .footers.footer-company {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
