.cfa-study-notes-hero-section {
  padding: 48px 0;
  background-color: #f5f5f5;
}

.cfa-study-notes-hero-box {
  border-radius: 24px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
  background-size: cover;
  background-position: center;
  padding: 96px 48px;
}

.cfa-study-notes-hero-block {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cfa-study-notes-hero-title {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}

.cfa-study-notes-hero-divider {
  background-color: #3acb95;
  width: 80px;
  height: 4px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.cfa-study-notes-hero-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255 255 255 / 90%);
  max-width: 768px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cfa-study-notes-hero-actions {
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: center;
}

.cfa-study-notes-hero-action {
  flex: 1 1 0%;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cfa-study-notes-hero-action__link {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #3acb95;
  border-radius: 6px;
  display: inline-flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  padding: 12px 32px;
}

.cfa-study-notes-hero-action__link:hover,
.cfa-study-notes-hero-action__link:focus,
.cfa-study-notes-hero-action__link:active {
  color: #fff;
  background-color: hsl(158 58% 51% / 0.9);
}

.cfa-study-notes-hero-action__link svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.cfa-study-notes-hero-action__link.cfa-study-notes-hero-action__link--secondary {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgb(255 255 255 / 10%);
  outline: 1px solid rgb(255 255 255 / 30%);
}

.cfa-study-notes-hero-action__link.cfa-study-notes-hero-action__link--secondary:hover,
.cfa-study-notes-hero-action__link.cfa-study-notes-hero-action__link--secondary:focus,
.cfa-study-notes-hero-action__link.cfa-study-notes-hero-action__link--secondary:active {
  background-color: rgb(255 255 255 / 20%);
}

.cfa-study-notes-hero-action__caption {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255 255 255 / 70%);
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  .cfa-study-notes-hero-box {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cfa-study-notes-hero-title {
    font-size: 36px;
    line-height: 40px;
  }

  .cfa-study-notes-hero-actions {
    align-items: center;
    flex-direction: column;
  }

  .cfa-study-notes-hero-action {
    flex: auto;
  }
}

@media screen and (max-width: 767px) {
  .cfa-study-notes-hero-section {
    padding: 32px 0;
  }

  .cfa-study-notes-hero-box {
    padding: 64px 16px;
  }

  .cfa-study-notes-hero-title {
    font-size: 30px;
    line-height: 1.25;
  }

  .cfa-study-notes-hero-subtitle {
    line-height: 1.625;
    font-size: 18px;
  }

  .cfa-study-notes-hero-action__link {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cfa-study-notes-hero-action__caption {
    font-size: 12px;
    line-height: 16px;
  }
}
