.about-mentor-section {
  min-height: 100vh;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.mentor-heading {
  font-size: 30px;
  font-family: restore;
  color: #02afb8;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.mentor-img {
  width: 100%;
  min-height: 85vh;
  background-image: url("https://projects.synergynexa.com/ps/wp-content/uploads/2025/07/About-Image_1.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}

.mentor-img-pera {
  position: absolute;
  width: 40%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.mentor-img-pera h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
}

.mentor-img-pera p {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

.mentor-img-pera2 {
  width: 100%;
  background-color: #02afb8;
  text-align: center;
  padding: 30px;
  display: none;
}

.mentor-img-pera2 h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
}

.mentor-img-pera2 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .mentor-img-pera {
    display: none;
  }

  .mentor-img-pera2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-mentor-section {
    gap: 1rem;
    padding: 1rem;
  }
  .mentor-heading {
    font-size: 20px;
  }

  .mentor-img-pera2 h2 {
    font-size: 15px;
    line-height: 20px;
  }
}
