/* uprava nadpisu v paticce */
footer>.container>div:nth-of-type(odd) h3 {
  transform:unset;
  background-color:transparent
}