.s-block--about .flex .w-full{
    display: flex;
    flex-direction: column;

  h3 {
      order: 2;
  }
  p {
    order: 3;
  }
}
.w-1069, .w-917 {
  margin-inline: auto;
  margin-block: 2rem;
}
.w-917{
  max-width: 917px;
}
.w-1069{
  max-width: 1069px;
}
.footer-bottom .s-social-link a svg{
  color:#465c88 !important;
}