.subtitle h4 {
    font-family: var(--subtitle-font-family);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-teal, #2FA5C4);
    position: relative;
    padding: 0;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .subtitle h4::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background: var(--color-primary, #B33170);
    margin-right: 12px;
  }
  
  .subtitle h4 span svg {
    width: 100%;
    height: 100%;
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
  }