.footer-social-wrapper .buttons-wrapper {
  display: flex;
  column-gap: 15px;
}

.footer-social-wrapper .title {
  margin-bottom: 16px;
  font: normal normal bold 18px/24px Roboto;
  letter-spacing: -0.36px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-social-wrapper .buttons-wrapper .button-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.footer-social-wrapper .buttons-wrapper .button-wrapper.facebook {
  background: white url("/wp-content/uploads/Facebook-icon.svg") no-repeat
    center center;
}

.footer-social-wrapper .buttons-wrapper .button-wrapper.instagram {
  background: white url("/wp-content/uploads/Instagram-icon.svg") no-repeat
    center center;
}

.footer-social-wrapper .buttons-wrapper .button-wrapper.twitter {
  background: white url("/wp-content/uploads/Twitter-icon.svg") no-repeat center
    center;
}

.footer-social-wrapper .buttons-wrapper .button-wrapper.linkedin {
  background: white url("/wp-content/uploads/Linkedin-icon.svg") no-repeat center
    center;
}
