.about-section {
  padding: 4rem 8%;
  background-color: #121212;
  text-align: center;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.about-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.about-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffcc00;
  display: inline-block;
  padding-bottom: 0.25rem;
}

.about-section p {
  font-size: 1.1rem;
  color: #cccccc;
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto;
}
