.about-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.about-section h1 {
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  color: #2c3e50;
}

.section-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.lead {
  font-size: 1.5rem;
  color: #065baa;
  margin-bottom: 25px;
  font-weight: 500;
}

.text-content {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7;
}

.btn-learn-more {
  background-color: #ffcc00;
  border-color: black;
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-learn-more:hover {
  background-color: #2c3e50;
  color: white;
  transform: translateY(-2px);
}

.img-fluid.rounded {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.btn-learn-more {
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-learn-more:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.3);
}
