/*1.Career section styles here
    1.1 Career main section styles*/

/*Career content styles here*/
.career-content {
  margin: 5rem auto;
}

.career-content h1 {
  font-size: 2.625rem;
  font-weight: 800;
  color: var(--black-100);
  margin-bottom: 0.5rem;
}

.career-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--black-75);
}

/*Career main section styles*/
.career-content .career-main-section {
    margin-top: 3.75rem;
}

.career-content .career-main-section .wp-block-column:last-child {
	margin-left: 2rem;
}

.career-content h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--black-100);
  margin-bottom: 1.5rem;
}

.career-content .career-main-section p {
    max-width: 41.25rem;
}

.career-content .career-main-section img {
	height: 100%;
	width: 100%;
}
.open-position {
    margin-top: 5rem;
    max-height: 780px;
	min-height: 500px;
	align-items: normal !important;
}

.open-position p {
    height: 100%;
}
