
.footer__pages a:hover {
    opacity: 0.4;
}

.footer__languages a {
    display: block;
    opacity: 0.4;
}

.footer__languages a.active,
.footer__languages a:hover {
    opacity: 1;
}

/* Mobile Only (< 576px) */
@media only screen and (max-width: 36rem) {
    
}

/* Tablet (> 576px) */
@media only screen and (min-width: 36rem) {

}

/* Laptoptop (> 1024px) */
@media only screen and (min-width: 48rem) {

}

/* Desktop (> 1440px) */
@media only screen and (min-width: 90rem) {

}