#about {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.section-title h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  margin-top: -40px;
  color: #b80000; 
}

#about h2 {
  font-size: 24px;
  color: #b80000;
  margin-top: 40px;
  margin-bottom: 10px;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}

#about p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#about ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#about ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
}

#about ul li ul {
  margin-left: 20px;
  margin-top: 5px;
}

#about ul li ul li {
  list-style-type: circle;
  margin-bottom: 6px;
}

.watchlist360-cta {
  text-align: center;
  margin-top: 3rem;
}

#about a {
  color: white;
  text-align: center;
}

#about a:hover {
  text-decoration: none;
}

.watchlist-btn {
  display: inline-block;
  background-color: #ef6c00; 
  color: white;
  padding: 0.75rem 5.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}

.watchlist-btn:hover {
  background-color: #e65100;
}

.highlighted-section {
  width: 100%;
  background: linear-gradient(to left, #ffd28e, #ffecb3);
  padding: 40px 20px 30px 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.about-profile {
  margin-top: -20px;
  margin-bottom: -40px; 
}

.about-entrepreneurship {
  margin-top: 20px;
}