.it-footer-main {
  background-color: var(--color-light-grey);
  color: var(--color-blu-aicun);
  margin-top: 6rem;
}

.it-footer .logo-wrapper {
  display: none;
}

.footer-custom-column {
  padding: 1rem;
}

.region-footer-second .footer-custom-column,
.region-footer-third .footer-custom-column,
.region-footer-fourth .footer-custom-column {
  padding-top: 0;
}

.region-footer-fourth .footer-custom-column p {
  line-height: 3rem;
}

.footer-custom-column a,
.footer-custom-column a:hover,
.footer-custom-column a:focus,
.footer-custom-column ul li a span,
.footer-custom-column ul li a:hover span,
.footer-custom-column ul li a:focus span {
  color: var(--color-blu-aicun) !important;
  font-size: 1rem !important;
  font-weight: normal !important;
}

.footer-custom-column.menu-custom a {
  line-height: 3rem !important;
}

.footer-custom-column .footer-social-icon {
  margin-right: 0.5rem;
}

.it-footer-small-prints {
  background-color: var(--color-blu-aicun);
  color: #FFFFFF;
  padding: 1rem;
}

.it-footer-small-prints p {
  font-size: 0.75rem !important;
  text-align: center;
}