body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #222;
  background: #fff;
}

main {
  max-width: 1400px; /* WIDE LAYOUT */
  margin: 0 auto;
  padding: 40px 20px;
}

.aboutus {
  margin-bottom: 60px;
  text-align: center;
}

.aboutus h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.aboutus h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #111;
}

.aboutus p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
  max-width: 900px; /* Text column remains readable width */
  margin: 0 auto 20px auto;
}

.aboutus ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

.aboutus li {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #444;
}

@media (max-width: 768px) {
  main {
    padding-top: 10px;
  }
  .aboutus h1 {
    font-size: 1.8em;
  }
  .aboutus h2 {
    font-size: 1.4em;
  }
  .aboutus p, .aboutus li {
    font-size: 1em;
  }
}