.share-socials {
  width: 100%;
  background: #F4f6FA;
}
.socials-wrapper {
  display: flex;
  width: 150px;
  max-width: 100%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.with-border .socials-wrapper {
  border: 2px solid #e40694;
  border-radius: 20px;
  padding: 5px 15px;