.people-culture-page .page-hero-content--with-description {
  width: min(440px, calc(100vw - 40px));
}

.people-culture-page .page-section {
  max-width: 100%;
}

.people-culture-page .page-about-intro-section-content {
  max-width: 100%;
}

.people-culture-page .page-about-intro-section-content p {
  margin-bottom: 16px;
}

.people-culture-page .page-about-intro-section-content > :last-child,
.people-culture-page .our-culture-section-wrapper .section-sub-heading > :last-child,
.people-culture-page .diversity-inclusion-section-content > :last-child,
.people-culture-page .our-impact-section-wrapper .section-text > :last-child {
  margin-bottom: 0;
}

.people-culture-page .our-value-section-wrapper .row:last-child {
  row-gap: 32px;
}

.people-culture-page .our-value-image {
  overflow: hidden;
  border-radius: 20px;
}

.people-culture-page .our-value-image img,
.people-culture-page .diversity-inclusion-section-image img {
  display: block;
  width: 100%;
  height: auto;
}

.people-culture-page .our-value-title {
  margin: 14px auto 0;
  width: min(260px, 100%);
  font-size: 20px;
  line-height: 1.35;
}

.people-culture-page .diversity-inclusion-section-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.people-culture-page .diversity-inclusion-section-content .section-sub-heading {
  font-size: 22px;
  line-height: 1.45;
}

.people-culture-page .our-impact-section-wrapper .container,
.people-culture-page .our-impact-section-wrapper .row {
  position: relative;
  z-index: 1;
}

.people-culture-page .our-impact-section-wrapper {
  display: flex;
  align-items: flex-start;
}

.people-culture-page .people-section-action {
  margin-top: 22px;
}

.people-culture-page .hr-news-section-wrapper .news-image img,
.people-culture-page .hr-news-section-wrapper .news-image-placeholder {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.people-culture-page .hr-news-section-wrapper .news-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #eee;
}

.people-culture-page .hr-news-empty {
  font-size: 18px;
  margin-bottom: 0;
}

.people-culture-page .see-all-link:focus-visible,
.people-culture-page .news-card a:focus-visible {
  outline: 3px solid #2f9db0;
  outline-offset: 4px;
}

.people-culture-page.rtl .section-heading,
.people-culture-page.rtl .section-sub-heading,
.people-culture-page.rtl .page-about-intro-section-content,
.people-culture-page.rtl .our-value-text,
.people-culture-page.rtl .diversity-inclusion-section-content,
.people-culture-page.rtl .our-impact-section-wrapper .section-text {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .people-culture-page .diversity-inclusion-section-content {
    padding-top: 30px;
  }

  .people-culture-page .our-impact-section-wrapper {
    min-height: 500px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .people-culture-page .page-hero-content--with-description {
    width: calc(100vw - 40px);
  }

  .people-culture-page .our-culture-section-wrapper .section-sub-heading h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .people-culture-page .our-value-text p {
    width: 100%;
  }

  .people-culture-page .our-impact-section-wrapper.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
