.social-wrapper {
  margin-top: 50px;
  text-align: center;
}

.social-title {
  font-size: var(--fz-regular);
  font-weight: 500;
}

.social-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.social-link {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
}

.social-link svg {
  width: 100%;
  height: 100%;
}