body {
  background: #F3F4F6;
}

.prizes-hero-section {
  margin: 5rem 0;
}

.prizes-hero-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.prizes-hero-bottom {
  text-align: center;
}

.prizes-hero-title {
  margin-bottom: 1.5rem;
}

.prizes-category-container {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-bottom: 4rem;
}

.prizes-subhead {
  font-size: var(--big-h-size);
  text-align: center;
  margin-bottom: 2rem;
}

.prizes-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

.prizes-number {
  font-size: var(--bigger-h-size);
  font-weight: 300;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.prizes-title {
  font-size: var(--small-h-size);
  margin-bottom: 1.2rem;
}

.prizes-description {
  font-weight: 300;
}

.cta-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/cta.jpg"); 
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 4rem 1rem;
  text-align: center;
}

.cta-subhead {
  font-size: var(--big-h-size);
  margin-bottom: 1.2rem;
}

.cta-description {
  margin-bottom: 1rem;
}