footer .copy {display: none;}
footer .nomb {display: block;}

footer>.container>div:nth-of-type(odd) h3 {
    transform: rotateZ(0deg);
}

footer>.container>div:nth-of-type(even) h3 {
    transform: rotateZ(0deg);
}