/*------------------------------
  ----------------------------------------------------------About Page Styles
------------------------------*/

.about-page {
  background: #fff;
  /*
  padding: 4rem 0;
  */
  line-height: 1.7;
  color: #333;
}

.about-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 0 1rem;
}

.about-content p {
  margin-bottom: 1.5rem;
}

.about-content a {
  text-decoration: underline;
  color: #333333;
}

.about-content h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.about-image {
  max-width: 800px;
  margin: 3rem auto;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}