.om-footer {
  padding-bottom: 2rem;
}

@media all and (min-width: 1024px) {
  .om-footer {
    padding-bottom: 4rem;
  }
}

.om-footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.om-footer__social svg {
  width: 3rem;
  height: auto;
  max-width: 100%;
}

.om-footer__columns-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 1rem;
}

.om-footer__column-content {
  margin-bottom: 1.5rem;
}

.om-footer__column-content > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.om-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.om-footer__logo img {
  max-width: 7.5rem;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .om-footer__columns-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 1024px) {
  .om-footer__columns-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
