html {
  scroll-behavior: smooth;
}

.all-footer {
  background: #063674;
}

.footer-main {
  padding: 3.75rem 0;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.footer-descprition {
  margin: 0rem 0 2rem;
  max-width: 36rem;
}

.footer-descprition p {
  color: #ffffff;
  font-weight: 300;
}

.social-icons {
  display: flex;
  align-items: end;
  gap: 1.625rem;
  justify-content: end;
}

.footer-anchors {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-anchors ul {
  display: flex;
  align-items: center;
  gap: 2.6875rem;
}

.footer-anchors ul li a {
  font-weight: 400;
  font-size: 1.2631rem;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.midwest-logo {
  width: 17.3125rem !important;
  height: 4.0625rem;
}

.footer-border-line {
  border-bottom: 0.0625rem solid #ffba3b;
}

.copy-right-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0 1.4rem;
  padding-bottom: 0;
}

.copy-right-text p {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

.copy-right-text p a {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

.copy-right-text p a:hover {
  color: white;
}

.social-media-icon img {
  height: 2.25rem;
  width: 2.25rem;
}

@media (max-width: 768px) {
  .all-footer .footer-logos a {
    max-width: 35%;
  }

  .all-footer .footer-logos {
    margin-bottom: 3rem;
  }

  .all-footer .footer-logos .midwest-logo {
    max-width: 35%;
  }

  .footer-anchors {
    margin-bottom: 0.4375rem;
    align-items: unset;
  }

  .footer-anchors ul {
    display: unset;
  }
}