/* ==========================================================================
   Career Page
   ========================================================================== */

.career-section-subtitle {
  color: var(--gray-600);
  max-width: 60ch;
  margin: 0 auto;
}

.career-text-muted {
  color: var(--gray-600);
}

.career-contact-text {
  color: var(--gray-600);
  max-width: 50ch;
  margin: 0 auto var(--space-6);
}

/* Career page images */
.career-hero__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  max-height: 480px;
}

.career-section__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  max-height: 400px;
  margin-bottom: var(--space-4);
}
