.hns-recruitment-employee-story {
  width: 100%;
  padding: 72px 16px 78px;
  background: #f7f3ed;
  color: #191919;
}

.hns-recruitment-employee-story *,
.hns-recruitment-employee-story *::before,
.hns-recruitment-employee-story *::after {
  box-sizing: border-box;
}

.hns-recruitment-employee-story__inner {
  display: grid;
  width: min(100%, 1120px);
  align-items: center;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 44px;
}

.hns-recruitment-employee-story__media {
  position: relative;
  display: block;
  min-height: 300px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1d1d1d;
  line-height: 0;
}

.hns-recruitment-employee-story__media[data-hns-recruitment-employee-video] {
  cursor: pointer;
}

.hns-recruitment-employee-story__media:focus-visible {
  outline: 2px solid rgba(217, 169, 28, 0.86);
  outline-offset: 4px;
}

.hns-recruitment-employee-story__media img,
.hns-recruitment-employee-story__media iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-recruitment-employee-story__media > img {
  object-fit: cover;
  object-position: center;
}

.hns-recruitment-employee-story__media iframe {
  position: absolute;
  inset: 0;
  border: 0;
  background: #000;
}

.hns-recruitment-employee-story__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.26);
  transition: background 220ms ease;
}

.hns-recruitment-employee-story__media:hover .hns-recruitment-employee-story__shade,
.hns-recruitment-employee-story__media:focus-visible .hns-recruitment-employee-story__shade {
  background: rgba(0, 0, 0, 0.16);
}

.hns-recruitment-employee-story__play {
  --hns-play-size: 58px;
}

.hns-recruitment-employee-story__media.is-loaded {
  cursor: default;
}

.hns-recruitment-employee-story__media.is-loaded .hns-recruitment-employee-story__shade,
.hns-recruitment-employee-story__media.is-loaded .hns-recruitment-employee-story__play {
  display: none;
}

.hns-recruitment-employee-story__content {
  min-width: 0;
}

.hns-recruitment-employee-story__heading.hns-page-heading {
  margin: 0 0 30px;
  color: #191919;
  text-align: left;
  text-transform: none;
}

.hns-recruitment-employee-story blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #191919;
}

.hns-recruitment-employee-story blockquote p {
  max-width: 390px;
  margin: 0 0 24px;
  color: #191919;
  font-size: var(--hns-fs-body-lg, 15px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.hns-recruitment-employee-story blockquote p strong,
.hns-recruitment-employee-story blockquote p b {
  font-weight: 400;
}

.hns-recruitment-employee-story blockquote p em,
.hns-recruitment-employee-story blockquote p i {
  font-style: italic;
}

.hns-recruitment-employee-story cite {
  display: grid;
  justify-items: center;
  width: fit-content;
  min-width: 150px;
  margin-left: auto;
  color: #191919;
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.hns-recruitment-employee-story cite span {
  font-size: var(--hns-fs-body-sm, 13px);
  font-weight: 700;
}

.hns-recruitment-employee-story cite small {
  margin-top: 3px;
  color: #d9a91c;
  font-size: var(--hns-fs-body-sm, 13px);
  font-weight: 700;
}

@media (max-width: 849px) {
  .hns-recruitment-employee-story__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hns-recruitment-employee-story__content {
    max-width: 620px;
  }

  .hns-recruitment-employee-story cite {
    margin-left: 0;
  }
}

@media (max-width: 549px) {
  .hns-recruitment-employee-story {
    padding: 48px 16px 56px;
  }

  .hns-recruitment-employee-story__media {
    min-height: 190px;
  }

  .hns-recruitment-employee-story__heading.hns-page-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .hns-recruitment-employee-story blockquote p {
    max-width: none;
    text-align: center;
  }

  .hns-recruitment-employee-story cite {
    margin-right: auto;
    margin-left: auto;
  }
}
