/* FOOTER */
.footer {
  overflow: hidden;
}

.footer img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.footer_info {
}

footer a,
footer a:visited {
  color: var(--main-color-black);
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .footer_info {
    background-image: none;
    gap: 60px;
  }
}
