.form-wrapper{
    justify-content: center;
}
.form-block, .social{
    max-width: 350px;
    text-align: center;
}
.social{ 
  width: fit-content;   /* или фиксированная ширина */
  margin: 0 auto;
}    