.footer__content--support {
  display: flex;
  column-gap: 56px;
  margin-bottom: 50px;
}

.footer__content--support p {
  margin: 0;
}

.footer__content--support a {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .footer__content--support a {
    font-size: 18px;
    line-height: 25px;
  }
}
