/* Start custom CSS for html, class: .elementor-element-f0dc9b3 */.about-team-section {
  text-align: center;
  background-color: #f4b1a0;
  padding: 40px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.about-team-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.team-member {
  background-color: #d6e3e3;
  padding: 20px;
  border-radius: 8px;
  width: 250px;
  text-align: center;
  color: #333;
}

.team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%; /* Makes the image circular */
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #f4b1a0; /* Optional border to match design */
}

.team-member h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #cc4b3f;
}

.team-member p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.mentors-info {
  margin-top: 20px;
  font-size: 1rem;
}/* End custom CSS */