#about {
  padding: 150px 20px;
  background-image: url("../assets/images/hero3.webp");
    background-size: cover;
  /*background-color: #fefefe;/**/
  color: white;
  font-family: 'Segoe UI', sans-serif;

}

.about-container {
    color: white;
  max-width: 900px;
  margin: auto;
}

.about-container h1 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}

.about-block {
  margin-bottom: 40px;
}

.about-block h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  /*color: #333;/**/
  color: white;
}

.about-block p {
  font-size: 1rem;
  line-height: 1.6;
  /*color: #555;/**/
  color: white;
}

.about-block ul {
  list-style: none;
  padding-left: 0;
}

.about-block ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  /*color: #444;/**/
  color: white;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #0078d4;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #005fa3;
}