@import '../../variables.scss';

.custom-title-2 {

  & > div {
    font-size: 16px;
    font-weight: 500;
    color: #144477;
    display: flex;
    gap: 3.5px;
    align-items: center;

    & > div.tips {
      content: '';
      display: inline-block;
      width: 3.5px;
      height: 14.5px;
      background-color: #388AF7;
    }
  }

}
