  .main-footer {
  background-color: var(--黑料正能量-primary);
  color: var(--white);
  padding: 65px 0;
}

.main-footer a {
  color: var(--white);
}

.main-footer a:hover {
  text-decoration: underline;
}

.main-footer img {
  width: 100%;
  max-width: 200px;
}

.main-footer .footer-col {
  margin-bottom: 40px;
}

.main-footer .footer-col-2 {
  margin-bottom: 30px;
  text-align: center;
}

.main-footer .footer-address a {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.main-footer .footer-address a:first-of-type {
  margin-bottom: 16px;
}

.main-footer .footer-address .fa-solid {
  margin-right: 12px;
}

.main-footer .footer-social {
  width: fit-content;
  font-size: 28px;
  margin: 0 auto 10px auto;
}

.main-footer .footer-social a {
  padding: 0 10px;
  text-decoration: none;
}

.main-footer .footer-social a:hover {
  color: var(--黑料正能量-off-white);
}

.main-footer .footer-links a {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  border-right: 2px solid var(--white);
}

.main-footer .footer-links .col-6:last-of-type a:last-of-type {
  border-right: none;
}

.main-footer p {
  font-size: 12px;
}

.main-footer .footer-copyright {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 992px) {
  .main-footer {
    padding: 60px 30px;
    text-align: center;
  }

  .main-footer img {
    margin-bottom: 16px;
  }

  .main-footer .footer-links a {
    display: block;
    padding: 4px;
    border-right: none;
  }

  .main-footer .footer-col {
    margin-bottom: 30px;
  }

  .main-footer .footer-col-2 {
    margin-bottom: 50px;
  }

  .main-footer .footer-social {
    margin: 30px auto;
  }
}
