.text-fullwidth-img {
  color: var(--white);
  position: relative;
  grid-template-rows: 2em 1fr repeat(3, auto) 1fr 2em;
}

.text-fullwidth-img__headline {
  grid-column: 2 / span 12;
  grid-row: 3 / span 1;
  justify-self: center;
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
}

.text-fullwidth-img__description {
  grid-column: 5 / span 6;
  grid-row: 4 / span 1;
  z-index: 1;
  margin-block: max(1.5rem, 1.953125vw);
  text-align: center;
}

.course-section .h3.text-fullwidth-img__description {
  line-height: 1.75;
}

.text-fullwidth-img__media-wrapper {
  grid-column: 1 / span 14;
  grid-row: 1 / span 7;
}

.text-fullwidth-img__btn {
  grid-column: 2 / span 12;
  grid-row: 5 / span 1;
  justify-self: center;
  z-index: 1;
}

.text-fullwidth-img__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}

@media (max-width: 1199.98px) {
  .text-fullwidth-img__description {
    grid-column: 3 / span 10;
  }
}

@media (max-width: 767.98px) {
  .text-fullwidth-img__description {
    grid-column: 2 / span 12;
  }
}
