/* START_SECTION:footer (INDEX:22) */
.footer__block--image.footer__block--image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: span 2;

    .social-media {
      margin-top: 24px;
      justify-content: unset;
    }
  }
/* END_SECTION:footer */
