.education-module {
  margin: 0 auto;
  max-width: 336px;
  padding: 30px 0;
}
.education-module .heading {
  display: flex;
  justify-content: space-between;
}
.education-module .heading h2 {
  margin-bottom: 0;
  font-size: 1.375rem;
}
.education-module .heading .line {
  display: block;
  background-color: #b3b3b3;
  height: 3px;
  margin-top: 15px;
  flex: 1;
  margin-left: 5px;
}
.education-module .education-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  text-align: center;
}
.education-module .education-content .education-blurb {
  grid-row: 2;
  z-index: 1;
}
.education-module .education-content .education-blurb .heading1 {
  font-size: 1.625rem;
  color: var(--haymarket-blue);
  margin-bottom: 10px;
}
.education-module .education-content a {
  grid-row: 1;
}
.education-module .education-content a img {
  height: 261px;
  margin: auto;
}
.education-module .education-content .button-link {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .education-module {
    margin: 30px auto;
    max-width: 616px;
  }
  .education-module .heading .line {
    margin-left: 15px;
  }
  .education-module .education-content a {
    margin-bottom: 0;
  }
  .education-module .education-content a img {
    width: 357.7px;
    margin: auto;
  }
}
@media (min-width: 810px) {
  .education-module {
    margin: 30px 76px;
    max-width: unset;
  }
  .education-module .education-content a img {
    width: 360px;
  }
}
@media (min-width: 1024px) {
  .education-module {
    margin: 30px 12px;
  }
  .education-module .heading h2 {
    font-size: 1.75rem;
  }
  .education-module .heading .line {
    min-width: 62.82%;
    margin-top: 20px;
    margin-left: 10px;
  }
  .education-module .education-content {
    grid-template-columns: 1fr 1fr;
    text-align: right;
  }
  .education-module .education-content .education-blurb {
    grid-row: 2;
  }
  .education-module .education-content .education-blurb .heading1 {
    font-size: 2.625rem;
    margin-top: 66px;
  }
  .education-module .education-content a {
    grid-row: 2;
  }
  .education-module .education-content a img {
    min-width: 496px;
    height: 359px;
    margin-top: 25px;
  }
}
@media (min-width: 1440px) {
  .education-module {
    margin: 30px auto;
    max-width: 1180px;
  }
  .education-module .heading .line {
    min-width: 68.4%;
    margin-top: 20px;
  }
  .education-module .education-content {
    grid-gap: 10px;
  }
  .education-module .education-content .education-blurb .heading1 {
    margin-top: 100px;
  }
  .education-module .education-content a img {
    min-width: 579px;
    height: 419px;
  }
}

/*# sourceMappingURL=education-cta.min.css.map */
