.banner-section {
    height: 8vw;
    min-height: 80px;
    max-height: 100px;
    width: 100%;
  }
  .thin-banner-wrap {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f8ab15 50%, #ff4747d9 100%);
  }
  .thin-banner-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 4%;
  }
  .thin-banner-wrap h2 {
    padding-bottom: 0px;
    color: #000;
  }
  section h2{
    text-align: center;
  }
  
  .back-div {
    color: var(--bs-black);
    font-size: 1.2rem;
    background-color: #dedbdb;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 10px 30px;
    line-height: normal;
    border: 0;
    margin: 10px 0px;
    font-weight: 500;
  }

  .button-wrapper{
    margin-top: 80px;
  }

  article p{
    font-size: 1.25rem;
  }

.page-children li{
font-size: 1.3rem;
padding-top: 12px;
  }
  .page-parent a{
    font-size: 1.6rem;
    font-size: 500;
  }
  section.page{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-children li::marker {
    color: var(--bs-danger);
  }
