@import '../../variables.scss';

.custom-title-1 {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  z-index: 1;
  & > span {
    position: relative;

    &::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(0deg, #E96D40, #F9A068);
      border-radius: 5px;
      opacity: 0.9;
      z-index: 0;
    }
  }

}
