.footerGrid {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(1, auto);
}

.footerSection {
  color: #555;
  font-size: 12px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 0.625rem 0.5rem 0.625rem;
}

.footer-row {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 15rem;
  justify-content: center;
  padding-bottom: 1.5rem;
}

.footer-group h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.footer-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.footer-socials {
  display: flex;
  gap: 1rem;
}

.footer-socials img {
  height: 28px;
  width: 28px;
}

@media (max-width: 767px) {
  .footer-row {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
    width: 100%;
  }
}

@media (min-width: 904px) {
  .footerWrapper {
    font-size: 100%;
  }

  .main + .footerWrapper {
    margin-left: 140px;
  }
}
