.mentorship_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .mentorship_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mentorship_quote {
  color: var(--Foreground-Black, #2F2929);
  font-family: "Gowun Batang";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.mentorship_bg {
  position: absolute;
  top: 40px;
  right: -40px;
  height: 100%;
}

/*# sourceMappingURL=mentorship.css.map */
