.about {
    background: url(abcd.png);
    /* display: flex; */
    align-content: center;
    align-items: center;
    background-size: 100% 100%;
    /* padding-top:8rem; */
    /* padding-bottom: 150px; */
  }

  .text-bg h1 {
    color: var(--color-third);
    font-size: 3rem;
    /* line-height: 8rem; */
    padding-bottom: 2rem;
    font-weight: 700;
    padding-top: 2rem;
    text-align: center;
  }