body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #EDEDED;
  
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
}


  
  header {
    background: #FFF;
    box-shadow: 0px 5px 10px #00000021;
    padding: 32px;
  }
  
  header .container__header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .container {
    max-width: 1366px;
    margin: 0 auto;
  }
  
  .terms__content {
    background-image: url("/assets/images/background-privacy.svg");
    padding: 32px;
    height: 100%;
  }
   
  .terms__container {
    max-width: 1366px;
    margin: 0 auto;
  }
  
  .terms__content h2 {
    color: #D91E49;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  
  .terms__content h3 {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 32px;
    text-transform: uppercase;
  }
  
  .terms__content h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .terms__content table {
    border-collapse: collapse;
    width: 100%;
  }
  
  .terms__content td, .terms__content th {
    border: 1px solid #807d7d;
    text-align: left;
    padding: 8px;
  }
  
  .terms__content thead {
    background-color: #dddddd;
  }

  ul {
    list-style: disc;
    padding: 0;
    margin-bottom: 1rem;
}
  
  
  
  .terms__content a {
    color: #D91E49;
  }
  
  .terms__content details details {
    margin-left: 32px;
  }
  
  .terms__content details summary {
    color: #D91E49;
  }
  
  .terms__content button {
    border: none;
    background-color: #D91E49;
    color: #FFF;
    padding: 16px;
    margin-bottom: 16px;
  }
  
  .terms__content .table__scroll {
    overflow-x: auto;
    max-width: 100%;
    overflow-y: hidden;
  }
  
  
  @media (max-width: 768px) {
    .terms__content {
      padding: 16px;
      
    }
  
  
    .terms__content a {
      word-break: break-all;
    }
  }