.terms-section {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 0 20px 20px; */
    /* color: #333; */
  }

  .agreement-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    
  }
  
  .terms-header {
    display: flex;
    justify-content: space-between; /* Đẩy text sang trái và button sang phải */
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-bottom: 20px; /* Khoảng cách dưới */
}

/* Text styling */
.terms-content-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0; /* Xóa khoảng cách mặc định */
    color: #1B1F27;
}
  .terms-title {
    font-size: 52px;
    font-weight: 300;
    color: #f5f5f5;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .terms-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 60px;
    margin: 0;
  }
  
  /* Content styles */
  .terms-content {
    margin-bottom: 40px;
    max-width: 1103px;
  }
  
  .terms-article {
    margin-bottom: 30px;
  }
  
  .article-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1B1F27;
  }
  
  .article-text {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #23272F;
  }
  
  .article-list {
    padding-left: 16px;
    margin-top: 0;
  }
  
  .article-list li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 400;
    color: #23272F;
    /* padding-left: 50px; */
  }
  
  /* PDF button styles */
  .terms-footer {
    margin-top: 40px;
  }
  
  .pdf-button-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .pdf-button {
    /* display: inline-block; */
    color: #23272F;
    background: #F1F3F9;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    /* border: 2px solid; */
    padding: 8px 20px;
    border-radius: 60px;
    text-decoration: none;
    /* border-radius: 4px; */
    transition: background-color 0.2s;
    width: 207px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pdf-arrow {
    color: #e83e8c;
    font-size: 18px;
    margin: 0 10px;
  }
  
  .pdf-label {
    font-size: 14px;
    color: #333;
  }
  
  .terms-date {
    font-size: 15px;
    color: #23272F;
    font-weight: 400;
  }

  .privacy-policy-button {
    display: inline-block;
    color: #23272F;
    /* color: #467886;
    font-weight: bold; */
    text-decoration: underline #23272F;
    /* font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease; */
}

.pdf-button-icon {
  width: 24px !important;
  height: 24px;
  margin-right: 4px;
}

.article-span {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 400;
    color: #23272F;
}

@media screen and (max-width: 768px) {
   .pdf-button {
      width: 88px;
   }
   .terms-content {
    padding: 0 12px;
   }
}
