.page-title:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #dc0153!important;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-right: .75rem;
    -webkit-mask: url(/themes/custom/daho/assets/icon/send-1.svg);
    mask: url(/themes/custom/daho/assets/icon/send-1.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
@media (min-width: 768px) {
#page-content {
  width: 50%;
  margin: 0 auto;
}
}