.title-11 .title-sec .title a {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
  }
  .title-11 .title-sec .title a::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 50px;
    height: 5px;
    background: linear-gradient(90deg, var(--theme-color) 40%, var(--secondary-color) 100%);
  }
  