.share-block {
  text-align: right;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.share-block-title {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .share-block {
    justify-content: center;
  }
}
.lp-header-text-3.lp-form-tpl__field-checkbox--text br {
  display: none;
}
