<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.course-equity-banner {
  background-image: url("../Images/CourseEquityPortal/cqe-herobanner.png");
  background-position: center;
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.text {
  padding-top: 84px;
}

/*Uncover Opportunities*/
.uncover-image {
  background-image: url("./Images/CourseEquityPortal/Course-equity-screenshots.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 317px;
}

.uncover-text {
  max-width: 75%;
}

.solution-text {
  line-height: 23px;
}

/*tablet*/
@media (max-width: 768px) {
  .text {
    padding-top: 82px;
    padding-left: 0px;
  }

  .course-equity-banner {
    background-image: url("../Images/mobile/cep_herobannerâ€“mobile.png");
    background-position: center;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}


/*smaller screens*/
@media (max-width: 576px) {

  .text {
      padding-left: 30px;
  }

  .course-equity-banner {
    background-image: url("../Images/mobile/cep_herobannerâ€“mobile.png");
    background-position: center;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  /*Uncover Opportunities*/
  .course-equity-banner {
    height: 367px;
  }

  .uncover-text {
    max-width: 95%;
  }

  .uncover-image {
    background-image: url("./Images/Course-equity-screenshots-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 865px;
  }

  .uncover-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

}
</pre></body></html>