.footer__legal {
    color: #fff;
    margin-top: 2.4rem;
}

.footer__legal-text {
    font-size: 1.4rem;
    opacity: .5;
    line-height: 120%;
}

.footer__legal-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    opacity: .8;
}

.header {
    position: fixed;
    transition: background-color .3s;
}
.header._scroll {
    background-color: #005b40;
}