.socialActions {
  display: flex;
  justify-content: space-between;
  max-width: 1010px;
}
.socialActions .share {
  display: flex;
  align-items: center;
}
.socialActions .share .text {
  font-size: 16px;
  line-height: 21px;
  color: #022aba;
  margin: 0;
}
.socialActions .share .text .pink {
  transform: rotate(-2deg);
  font-family: "sunlessday", sans-serif;
  font-size: 28px;
  line-height: 37px;
}
.socialActions .share .icon {
  width: 22px;
  height: 24px;
  margin-left: 10px;
}
@media (min-width: 798px) {
  .socialActions .share .icon {
    margin-left: 20px;
  }
}