.past-issues {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    color: black;
    position: relative;
    text-transform: uppercase;
    margin-top: 3rem; 
  }
  
  .past-issues::before,
  .past-issues::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: black;
  }
  
  .past-issues span {
    padding: 0 20px; /* Space around the text */
    background-color: white; /* Matches background to "cut" the line */
  }
  