html {
  scroll-behavior: smooth;
}

.all-footer {
  background: rgba(15, 15, 15, 1);
  padding: 3rem 0 3rem;
}

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

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

.logo {
  display: flex;
}

.footer-logo-image {
  width: 21%;
}

.footer-logo-image-tmobile {
  width: 30%;
  transform: translate(0px, -5px);
}

/* .midwest-logo img {
  max-width: 41%;
}

.company-logo img {
  max-width: 33%;
} */

.social-icons {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}

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

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

.footer-anchors ul li a {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 252, 1);
}

/* .midwest-logo {
  max-width: 20.505%;
} */
.footer-border-line {
  border-bottom: 0.0625rem solid rgba(229, 231, 235, 1);
}

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

.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: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

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

.copy-right-heading {
  display: flex;
  gap: 2rem;
}

.copy-right-heading a {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(190, 187, 187, 1);
}

.copy-right-heading a:hover {
  color: rgb(230, 230, 230);
}

.t-mobile-copy-right p {
  color: #ffffff;
  text-align: center;
  line-height: 1.7rem;
  font-weight: 300;
}

.t-mobile-copy-right p:nth-child(1) {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .all-footer .footer-logos {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.3rem;
  }

  .footer-logo-image {
    width: 57%;
    text-align: center;
  }

  .footer-logo-image-tmobile {
    width: 100%;
    transform: translate(0px, -5px);
    text-align: center;
  }

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

  .midwest-logo img {
    max-width: 60%;
  }

  .company-logo img {
    max-width: 60%;
  }

  .footer-anchors ul li {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 425px) {
  .copy-right-text {
    flex-direction: column;
    gap: 0.75rem;
  }

  .midwest-logo img,
  .company-logo img {
    max-width: 80%;
  }
}