.aprender-hero-image {
  background-image: url('../img/aprender-hero.png');
  background-position: center 47%;
}

.aprender-hero-image--aprofundar {
  background-image: url('../img/aprofundar-hero.png');
}

.aprender-hero-image--especializar {
  background-image: url('../img/especializar-hero.png');
}

.aprender-hero-image--certificar {
  background-image: url('../img/certificar-hero.png');
}

.aprender-hero:after {
  background: linear-gradient(90deg, #fff9ed 0 28%, rgba(255, 249, 237, .96) 37%, rgba(255, 249, 237, .5) 50%, transparent 63%);
}

.aprender-hero-content {
  padding-top: 72px;
}

.aprender-hero h1 {
  max-width: 610px;
}

.aprender-hero p:not(.section-kicker) {
  max-width: 500px;
}

.aprender-intro {
  padding-block: 30px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  gap: 28px;
  align-items: stretch;
}

.aprender-copy,
.aprender-panel {
  border: 1px solid rgba(154, 101, 62, .17);
  border-radius: 10px;
  background: rgba(255, 251, 244, .78);
  box-shadow: 0 4px 12px rgba(69, 18, 6, .07);
}

.aprender-copy {
  padding: 30px 34px;
}

.aprender-copy h2,
.aprender-closing h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.05;
}

.aprender-copy p:not(.section-kicker),
.aprender-panel p {
  color: #5e382d;
  font-size: 15px;
  line-height: 1.55;
}

.aprender-copy p:last-child,
.aprender-panel p:last-child {
  margin-bottom: 0;
}

.aprender-panel {
  padding: 28px 30px;
  border-left: 4px solid var(--orange);
}

.aprender-panel-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.aprender-panel-icon img {
  width: 27px;
  filter: invert(59%) sepia(75%) saturate(748%) hue-rotate(350deg) brightness(91%);
}

.aprender-panel h3 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.05;
}

.aprender-closing {
  margin-top: 12px;
  margin-bottom: 42px;
  padding: 34px 40px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(100deg, #8f3600, #d88623);
}

.aprender-closing h2 {
  max-width: 790px;
}

.aprender-closing p {
  max-width: 760px;
  margin: 16px 0 22px;
  font-size: 15px;
}

.aprender-closing .button-primary {
  color: #8f3600;
  background: #fffaf1;
  box-shadow: none;
}

.aprender-closing + [data-component] {
  margin-top: 0;
}

@media (max-width: 940px) {
  .aprender-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .aprender-hero-image {
    background-position: center;
  }

  .aprender-hero:after {
    background: linear-gradient(0deg, #fff8eb 0, transparent 60%);
  }

  .aprender-hero-content {
    padding-top: 355px;
  }

  .aprender-intro {
    padding-block: 22px 12px;
  }

  .aprender-copy,
  .aprender-panel,
  .aprender-closing {
    padding: 24px 20px;
  }

  .aprender-copy h2,
  .aprender-closing h2 {
    font-size: 28px;
  }

  .aprender-panel h3 {
    font-size: 24px;
  }
}
