.study-hero {
  background: linear-gradient(145deg, #fff, #eef3ff);
}

.study-pricing {
  background: #f7f9ff;
}

.study-pricing .prose {
  border-left: 5px solid #4f7cf7;
  padding-left: 28px;
}

.study-pricing p {
  color: var(--muted);
  font-size: 1.05rem;
}

.study-cta {
  background: #244a9b;
}

.study-guide-shots {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.study-guide-shots .guide-shot {
  flex: 0 1 320px;
  margin: 0;
}

.study-guide-steps {
  margin-top: 3rem;
}

.study-guide-step {
  display: block;
}

.study-guide-step:last-child {
  border-bottom: 0;
}

.study-guide-shots figcaption {
  color: var(--muted);
  font-size: .9rem;
  margin-top: .6rem;
  text-align: center;
}

@media (max-width: 600px) {
  .study-pricing .prose {
    padding-left: 20px;
  }

  .study-guide-shots .guide-shot {
    flex-basis: min(100%, 330px);
  }
}
