.school-callout {
  display: grid; }
  @media screen and (min-width: 1000px) {
    .school-callout {
      grid-template-columns: 1fr 2fr; } }
  @media screen and (max-width: 1000px) {
    .school-callout {
      grid-template-rows: 1fr; } }
  @media screen and (max-width: 1000px) {
    .school-callout h2 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1000px) {
    .school-callout h2 {
      font-size: 2rem; } }
  .school-callout #logo {
    background: url("/images/logo.svg");
    height: 500px;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 1000px) {
      .school-callout #logo {
        display: none; } }
  .school-callout .school-callout-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1000px) {
      .school-callout .school-callout-text {
        padding-right: 4rem; } }
    @media screen and (max-width: 1000px) {
      .school-callout .school-callout-text {
        padding: 2rem; } }
.school-stripe {
  padding: 2rem 5%; }
  .school-stripe h1 {
    font-size: 2rem;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .school-stripe h1 {
        padding: 0 2rem; } }
  .school-stripe h2 {
    text-align: center;
    flex-basis: 100%; }
  .school-stripe section {
    display: flex;
    flex-direction: column; }
  .school-stripe strong {
    font-size: 1.5rem; }
  .school-stripe li {
    margin: 1rem 0; }
    .school-stripe li strong {
      font-size: 1rem; }
  .school-stripe .school-steps {
    display: flex; }
    @media screen and (max-width: 1000px) {
      .school-stripe .school-steps {
        flex-direction: column-reverse; } }
  .school-stripe .school-step {
    display: flex;
    justify-content: center;
    align-items: center; }
    .school-stripe .school-step .school-step-number {
      flex-basis: 20%; }
    .school-stripe .school-step .school-step-description {
      flex-basis: 80%; }
  .school-stripe .school-report-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .school-stripe .school-report-container {
        padding: 0 2rem;
        max-width: 40%; } }
    .school-stripe .school-report-container img {
      max-width: 100%;
      object-fit: contain; }
    .school-stripe .school-report-container p {
      font-size: 0.7rem;
      font-style: italic;
      text-align: center; }
  .school-stripe .school-cta {
    font-size: 2rem;
    text-align: center;
    width: 100%; }
    .school-stripe .school-cta strong {
      font-size: 2.2rem; }

.school-box-heading {
  text-align: center; }

.school-image {
  max-width: 100%; }

#school-rti-wrapper {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    #school-rti-wrapper {
      flex-direction: column-reverse; } }
  #school-rti-wrapper #school-rti-text {
    flex-basis: 60%; }
  #school-rti-wrapper #school-rti-image {
    flex-basis: 38%;
    background-image: url("/images/rti.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1000px) {
      #school-rti-wrapper #school-rti-image {
        min-height: 100%; } }
    @media screen and (max-width: 1000px) {
      #school-rti-wrapper #school-rti-image {
        min-height: 500px; } }
