.social-share {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-share__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-share__content-heading {
  color: #063354;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-share__content-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.social-share__content-flex-item {
  height: 32px;
  width: 32px;
}

.social-share__content-flex-item svg {
  overflow: initial !important;
}

.social-share__content-flex-item button {
  border: none;
  background: #0070B9;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center; 
  justify-content: center;
}

