/* Career description content styles */

.career-description-content > div p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  color: #424242;
  margin-bottom: 1rem;
}

.career-description-content > div p strong, .career-description-content > div p b {
  font-weight: 700;
}

.career-description-content > div h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: #424242;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.career-description-content > div h2:first-child {
  margin-top: 0;
}

/* Responsive typography */

@media (max-width: 767px) {
  .career-description-content > div p {
    font-size: 18px;
  }

  .career-description-content > div h2 {
    font-size: 32px;
  }
}

/*# sourceMappingURL=career-templates.css.map */