body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: #f2f3f6;
  color: #333;
}

.career-page {
  max-width: 1600px;
  margin: 0 auto;
  /*padding-top: 120px;*/
}
.hero-text .wp-block-heading {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1b1444;
  margin-bottom: 15px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  font-size: 48px;
}

.hero-text .career-hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #1b1444;
  margin-bottom: 15px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  font-size: 48px;
}

.career-main-photo img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
  object-fit: cover;
}
.wp-block-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.career-logo-link img:hover {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.career-cta-text-2 {
  font-family: var(--font-family-helvetica);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
  color: #1b1444;
}

.career-logo-link img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 120px;
  height: 140px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.vacancies-section {
  text-align: center;
  margin-bottom: 60px;
}

.vacancies-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #1b1444;
  margin-bottom: 28px;
  margin-top: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}

.vacancies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.job-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.job-card:hover {
  background-color: #9ee334;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.career-cta-text-1 {
  font-family: var(--font-family-helvetica);
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
  color: #1b1444;
}

.job-card h3 {
  color: var(--Violet-600, #1b1444);
  font-family: var(--font-family-helvetica);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.job-card p {
  transition: color 0.3s ease;
}

.job-card .see-more svg {
  transition: transform 0.3s ease;
}

.job-card:hover .see-more svg {
  transform: translateX(3px) translateY(1);
}

.cta-title .career-cta-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #1b1444;
  margin: 0;
  font-weight: 600;
  /* font-style: SemiBold; */
  font-size: 36px;
  /* leading-trim: NONE; */
  line-height: 120%;
  letter-spacing: 0;
}

.email-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #9ee334;
  color: #090712;
  padding: 9px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  justify-content: center;
  width: 254px;
  font-family: var(--font-family-helvetica);
  font-weight: 500;
  /* font-style: Medium; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  height: 44px;
}

.email-button:hover {
  background-color: #ffffff;
  color: #1b1444;
  text-decoration: none;
}

.quote-one {
  margin: 0;
  font-size: 20px;
  font-family: var(--font-family-helvetica);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
  text-align: start;
}

.vacancies-grid-job {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-family: var(--font-family-helvetica);
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
  margin-bottom: 20px;
}
.career-job-1-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0;
  font-family: var(--font-family-playfair);
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
  margin-top: auto;
}
.career-job-2-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-family: var(--font-family-playfair);
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
}
.career-job-3-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-family: var(--font-family-playfair);
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
}
.career-job-4-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: 400;
  /* font-style: Regular; */
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
}

.hero-text .hero-text-p {
  font-size: 20px;
  margin: 20px 0;
  color: #1b1444;
  font-family: var(--font-family-helvetica);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: start;
}
.career-quote-one {
  margin-bottom: 0;
}
.career-quote-author {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #1b1444;
  text-align: start;
  margin: 0;
  /*overflow-y: hidden;*/
}

@media (min-width: 768px) {
  .hero-section {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .hero-image-container {
    flex-basis: 50%;
    margin: 0;
  }

  .vacancies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*margin-bottom: 10px;*/
    width: 720px;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }

  .job-card .see-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-top: 12px;
    width: auto;
    height: 44px;
    gap: 9px;
    /* angle: 0 deg; */
    opacity: 1;
    border-radius: 6px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 13px;
    padding-left: 12px;
    background-color: #f2f3f6;
    max-width: fit-content;
    justify-content: start;
  }
  .job-card .see-more {
    margin-top: auto;
  }
}

@media (min-width: 650px) and (max-width: 768px) {
  .career-main-photo img {
    height: max-content;
  }
  .wp-block-image img {
    height: max-content;
    max-height: 430px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .career-page {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 955px) {
  .career-logo-link img {
    bottom: 519px;
    right: 30px;
  }
}

@media (max-width: 649px) {
  .career-main-photo img {
    height: 430px;
  }
  .wp-block-image img {
    height: 430px;
  }
  
}
@media (max-width: 282px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 565px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 283px) and (max-width: 299px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 565px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 300px) and (max-width: 299px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 539px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 300px) and (max-width: 304px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 599px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 305px) and (max-width: 308px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 567px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 309px) and (max-width: 322px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 535px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 323px) and (max-width: 341px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 511px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 342px) and (max-width: 368px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 479px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 368px) and (max-width: 396px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 455px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 397px) and (max-width: 450px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 423px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 451px) and (max-width: 489px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 479px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 490px) and (max-width: 503px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 456px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 504px) and (max-width: 580px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 424px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 581px) and (max-width: 621px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 511px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 622px) and (max-width: 649px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 487px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 649px) and (max-width: 733px) {
    .career-logo-link img {
    position: absolute;
    bottom: 487px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 734px) and (max-width: 767px) {
   .career-logo-link img {
    position: absolute;
    bottom: 455px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 781px)  {
   .career-logo-link img {
    position: absolute;
    bottom: 544px;
    right: 30px;
    width: 120px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767px) {
  .career-page {
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }
 
  .career-logo-link img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }

  .hero-text .career-hero-title {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #1b1444;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: start;
    margin: 0;
  }

  .hero-text {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }

  .hero-text .hero-text-p {
    font-family: var(--font-family-helvetica);
    font-weight: 400;
    /* font-style: 'Regular'; */
    font-size: 16px;
    /* leading-trim: 'none'; */
    line-height: 24px;
    letter-spacing: 0;
    color: #1b1444;
    text-align: start;
    margin: 0;
  }

  .hero-image-container .quote-one {
    font-family: var(--font-family-helvetica);
    font-weight: 400;
    font-size: 16px;
    /* font-style: Regular; */
    /* leading-trim: NONE; */
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: bottom;
    color: #1b1444;
    text-align: start;
    margin: 0;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .career-quote-author {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    /* font-style: 'SemiBold'; */
    font-size: 24px;
    /* leading-trim: NONE; */
    line-height: normal;
    letter-spacing: 0;
    vertical-align: bottom;
    color: #1b1444;
    text-align: start;
    margin: 0;
  }

  .career-logo-link img :hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }

  .vacancies-section h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    color: #1b1444;
    margin-bottom: 28px;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 32px;
    /* leading-trim: NONE; */
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
  }

  .vacancies-section {
    margin-bottom: 30px;
  }

  .job-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 14px;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .job-card:hover {
    background-color: #a3c94e;
    transition: transform 0.3s ease;
    text-decoration: none;
  }

  .job-card h3 {
    margin-top: 0;
    color: #1b1444;
    transition: color 0.3s ease;
    font-family: var(--font-family-helvetica);
    font-weight: 500;
    /* font-style: Medium; */
    font-size: 20px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 12px;
  }

  .job-card:hover h3,
  .job-card:hover p {
    transition: transform 0.3s ease;
  }

  .job-card .see-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-top: 12px;
    width: auto;
    height: 44px;
    gap: 9px;
    opacity: 1;
    border-radius: 6px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 13px;
    padding-left: 12px;
    background-color: #f2f3f6;
    max-width: -webkit-fill-available;
    justify-content: center;
  }

  .job-card .see-more svg {
    transition: transform 0.3s ease;
  }

  .vacancies-grid-job {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-family: var(--font-family-helvetica);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: bottom;
    margin-bottom: 20px;
  }

  .cta-title .career-cta-title {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: start;
  }

  .career-cta-text-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    text-align: start;
  }

  .cta-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }

  .career-cta-text-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    text-align: start;
  }

  .email-button {
    gap: 4px;
    justify-content: center;
    padding: 9px 14px 9px 14px;
    margin-right: auto;
    /*margin-left: auto;*/
    /*width: 100%;*/
    /*max-width: fit-content;*/
    width: 254px;
  }
}
@media (mim-width: 768px) and (max-width: 781px) {
  .career-logo-link img {
    bottom: 554px !important;
    right: 30px !important;
  }
}

@media (max-width: 955px) {
  .hero-image-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }

  .quote-one-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;

    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    height: auto;
    align-self: stretch;
  }
  .quote-two-container {
    width: 100%;
    height: auto;
    /*max-height: 430px;*/
  }
}
@media (min-width: 581px) and (max-width: 955px) {
  .quote-one-container {
    gap: 227px;
  }
}
@media (max-width: 500px) {
  .job-card .see-more {
    width: 100%;
  }
}
@media (min-width: 956px) {
  .job-card .see-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-top: auto;
    height: 44px;
    gap: 9px;
    /* angle: 0 deg; */
    opacity: 1;
    border-radius: 6px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 13px;
    padding-left: 12px;
    background-color: #f2f3f6;
    max-width: fit-content;
    justify-content: start;
    width: auto;
  }

  .hero-image-container {
    flex-direction: row;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .quote-one-container {
    width: -webkit-fill-available;
  }

  .quote-one-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    height: inherit;
  }

  .quote-two-container {
    width: -webkit-fill-available;
  }
}

.title-name {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  color: #090712;
  font-family: var(--font-family-helvetica);
  transition: var(--all-time-transition);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  margin: 0;
}
.career-see-more-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  color: #090712;
  font-family: var(--font-family-helvetica);
  transition: var(--all-time-transition);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 451px) and (max-width: 580px) {
  .quote-one-container {
    gap: 140px;
    height: auto;
  }
  .wp-block-image img {
    /*height: 430px;*/
  }
}
@media (min-width: 400px) and (max-width: 450px) {
  .quote-one-container {
    gap: 84px;
    height: auto;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .quote-one-container {
    gap: 60px;
  }
}
.container_arrow_button_one {
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.box_icon_arrow_button_one {
  display: flex;
  align-items: center;
  gap: 4px;
  transform: rotate(-45deg);
}

.icon_arrow_button_one {
  min-width: 20px;
  max-width: 20px;
  min-height: 23px;
  max-height: 20px;
  fill: #090712;
  transition: var(--all-time-transition);
  transform: translateX(-23px);
}

.title-name:hover .icon_arrow_button_one {
  transform: translateX(0);
}

.box_icon_arrow_button_one {
  transition: transform 0.3s ease;
}

.job-card:hover .icon_arrow_button_one {
  transform: translateX(0);
}

.job-card:hover .box_icon_arrow_button_one {
  transform: rotate(-45deg);
}

.email-button .box_icon_arrow_button_one {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.email-button .icon_arrow_button_one {
  transform: translateX(-24px);
  transition: transform 0.3s ease;
}

.email-button:hover .box_icon_arrow_button_one {
  transform: rotate(-45deg);
}

.email-button:hover .icon_arrow_button_one {
  transform: translateX(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .job-card h3 {
    font-size: 24px;
  }
}

.career-page {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 109px;
  padding-bottom: 80px;
}

@media (max-width: 360px) {
  .email-button {
    max-width: none;
  }
}

@media (min-width: 956px) {
  .hero-image-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    max-height: 489px;
  }

  .quote-one-container,
  .quote-two-container {
    /*flex: 1;*/
    min-width: 0;
    width: 50%;
  }

  .quote-two-container {
    position: relative;
    display: flex;
  }

  .quote-two-container .wp-block-image {
    margin: 0;
    display: flex;
    flex-grow: 1;
  }

  .career-main-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .career-logo-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: auto;
  }
}

@media (min-width: 956px) and (max-width: 1220px) {
  .career-quote-author {
    font-size: 26px;
  }
}

@media (min-width: 956px) and (max-width: 1100px) {
  .quote-one {
    margin-bottom: 70px;
  }
}
.career-hero-subtitle {
  margin-bottom: 0;
}
.quote-two-container figure {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .career-page {
    padding: 89px 20px 60px 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .career-page {
    padding: 109px 40px 80px 40px;
  }
}

@media (max-width: 767px) {
  .career-page {
    margin: 0 auto;
    padding: 79px 10px 40px 10px;
  }
  .career-page .rank-math-breadcrumb {
    margin-bottom: 12px;
  }
  .quote-two-container figure {
    margin: 0;
  }
}

.career-page .container_breadcrumbs {
  padding-left: 0;
}

