.exc-section {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 26px 28px;
    margin-bottom: 28px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
  }

  .exc-text {
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.65;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .exc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.65;
    color: #1a1a1a;
  }

  .exc-list li {
    margin-bottom: 14px;
  }