.hero-with-image {
  position: relative;
}

.hero-action-button {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.hero-with-image__title {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  color: black;
}

@media (min-width: 1200px) {
  .hero-with-image__title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.hero-with-image__title-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 50px 0 15px;
  gap: 10px;
}

@media (min-width: 768px) {
  .hero-with-image__title-content {
    max-height: 23.8rem;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .hero-with-image__title-content {
    max-height: 22rem;
  }
}

.hero-with-image__title-container {
  width: 100%;
  background-color: transparent;
}

.hero-with-image__description {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: black;
}

.hero-with-image__description a {
  color: black;
}

.course-listing .region--hero-wrapper {
  background-color: #A3F985;
}

.course-listing .region--hero-wrapper .cover .hero-canvas {
  border-radius: 10px;
  background-color: transparent;
  color: black;
}

.page-node-type-course .region--hero {
  max-width: none;
  padding: 4rem 0;
  border-top: 14px solid #000000;
}

.page-node-type-course .region--hero .hero-icon {
  display: none;
}

@media (min-width: 1200px) {
  .page-node-type-course .region--hero .hero-icon {
    display: block;
  }
}

.page-node-type-course .region--hero .hero-icon img {
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 50%;
  z-index: 0;
  max-width: 240px;
}

/*# sourceMappingURL=hero-with-image.css.map */
