.footer {
  background-color: #1f5135;
}

.footer .footer-title h2 {
  color: #fff;
  font-weight: 700;
}

.footer .footer-menu {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer .footer-menu {
    flex-direction: column;
  }
}

.footer .footer-menu a {
  color: #fff;
  font-weight: 600;
}

.footer .footer-copyright {
  background-color: #333333;
  color: #5a8100;
  font-weight: 600;
}

.footer .footer-copyright a {
  color: #5a8100;
  font-weight: 600;
}

.btn-footer {
  display: none;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
  color: #fff;
  background-color: #39ff14;
  border-color: #39ff14;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .footer-school-section {
    text-align: center;
    margin-bottom: 5%;
  }

  .footer-about-section {
    text-align: center;
  }

  .footer .footer-contact {
    gap: 1rem;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .footer .footer-contact {
    gap: 1rem;
    justify-content: start;
  }
}
