
    #content8{
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      background-color: rgb(241,168,82);
    }
    .content8-font{
      width: 60%;
      /* min-width: 60rem; */
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 0.8rem;
      font-weight: 300;
      line-height: 1rem;
      text-align: start;
      flex-shrink: 1;
    }
    .content8-font-with{
      /* width: 55rem; */
      width: 90%;
      text-align: start;
    }
    .content8-title{
      text-align: center;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 5rem;
    }
    .content8-subhead{
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 2rem;
    }
    .content8-endtext{
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 3rem;
    }