.about-mentor-pera {
  min-height: 100vh;
  width: 100%;
}

.mentor-pera1,
.mentor-pera2 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.mentor-pera2 {
  min-height: 20vh;
}

.mentor-pera1 h2,
.mentor-pera2 h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  font-family: restore;
  font-weight: 700;
  color: #02afb8;
  letter-spacing: 2px;
  text-align: center;
}

.mentor-pera1 p,
.mentor-pera2 p {
  width: 80%;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 767px) {
  .mentor-pera1 h2,
  .mentor-pera2 h2 {
    width: 85%;
  }

  .mentor-pera1 p,
  .mentor-pera2 p {
    width: 100%;
    font-size: 15px;
  }
}
