.hero-section {
    position: relative;
    color: white;
  }
  
@media (min-width: 600px) {
  .special-heading-border {
    display: inline-block;
    width: 60%;
    height: 1px;
    background-color: #e1e1e1; /* Adjust color as needed */
    vertical-align: middle;
    margin-left: 10px; /* Adjust spacing as needed */
  }

  .special-heading-border1 {
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #e1e1e1; /* Adjust color as needed */
    vertical-align: middle;
    margin-left: 10px; /* Adjust spacing as needed */
  }

  .special-heading-border2 {
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #e1e1e1; /* Adjust color as needed */
    vertical-align: middle;
    margin-left: 10px; /* Adjust spacing as needed */
  }
}

  #dl_rl_notes_text {
    color: #000;
    letter-spacing: 1px;
  }

  #dl_rl_subtext {
    color: #666;
    font-size: 14px;
  }

  .grid-col-p {
    font-size: 20px;
    font-weight: 600;
  }

