.main.about .about-section h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.main.about .about-section h1 + div {
  width: 60px;
  height: 2px;
  background: #000;
  margin: 0 auto 1.5rem;
}

.main.about .about-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
}

.main.about .about-section h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.main.about .about-section h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

.main.about .about-section h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main.about .about-section h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

.main.about .about-section h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.main.about .about-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.main.about .about-section ul li {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  padding: 0.3rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.main.about .about-section ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}

.main.about .about-section ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.main.about .about-section ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  padding: 0.3rem 0;
}

.main.about .about-section strong {
  color: #333;
  font-weight: 600;
}

.main.about .about-section a {
  color: var(--primary-color);
  text-decoration: none;
}

.main.about .about-section a:hover {
  text-decoration: underline;
}

/* Table styles for Cookie page */
.main.about .about-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  border: 1px solid #ddd;
}

.main.about .about-section table th,
.main.about .about-section table td {
  padding: 0.8rem;
  border: 1px solid #ddd;
  text-align: left;
}

.main.about .about-section table th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #333;
}

.main.about .about-section table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.main.about .about-section table h3,
.main.about .about-section table h4 {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}

.main.about .about-section table p {
  margin: 0;
  font-size: inherit;
}

.main.about .about-section table a {
  color: var(--primary-color);
  word-break: break-word;
}

@media (max-width: 767px) {
  .main.about .about-section h1 {
    font-size: 1.5rem;
  }

  .main.about .about-section h2 {
    font-size: 1.3rem;
  }

  .main.about .about-section h3 {
    font-size: 1.2rem;
  }

  .main.about .about-section h4 {
    font-size: 1.1rem;
  }

  .main.about .about-section h5 {
    font-size: 1rem;
  }

  .main.about .about-section h6 {
    font-size: 0.95rem;
  }

  .main.about .about-section p,
  .main.about .about-section ul li,
  .main.about .about-section ol li {
    font-size: 0.95rem;
  }

  .main.about .about-section table {
    font-size: 0.85rem;
  }

  .main.about .about-section table th,
  .main.about .about-section table td {
    padding: 0.6rem;
  }
}
