.learner-spotlight {
  width: 100%;
  max-width: 100% !important;
  height: 398px;
}

.learner-spotlight .internal-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.learner-spotlight .column-1 {
  flex: 1;
}

.learner-spotlight .column-2 {
  flex: 3;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-left: 50px;
}

.learner-spotlight .column-1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-width: 310px;
  max-height: 317px;
}

.learner-spotlight h2 {
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0px;
  color: #003057;
}

.learner-spotlight p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #262626;
}

.learner-spotlight.about-gtpe {
  margin-bottom: 50px !important;
}

/* MOBILE */
@media only screen and (max-width: 999px) {
  .learner-spotlight {
    height: 780px;
    background-image: none;
    background-image: url("/wp-content/uploads/2023/09/Group_1344@2x.webp") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .learner-spotlight .internal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    padding-top: 50px;
  }

  .learner-spotlight .column-1 {
    order: 1;
    margin: 0;
    padding: 0;
  }

  .learner-spotlight .column-2 {
    order: 2;
    margin: 0;
    padding: 0;
    margin-top: 50px;
  }

  .learner-spotlight .column-1 img {
    margin: 0;
    padding: 0;
    max-width: 326px;
    max-height: 242px;
  }

  .learner-spotlight .column-2 p span.program-span {
    display: block;
    margin-left: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .learner-spotlight .column-1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-width: 310px;
    max-height: 317px;
  }
  .learner-spotlight .column-2 p span.program-span {
    display: block;
    margin-left: 17px;
  }
}
