.section-people__content,
.acf-block-preview .section-people__content {
  padding: 15rem 0 2.2rem;
  border-left: 0.2rem solid;
  border-right: 0.2rem solid;
  transition: border-color 0.3s linear; }
  .theme-light .section-people__content, .theme-light
  .acf-block-preview .section-people__content {
    border-color: rgba(0, 0, 0, 0.05); }
  .theme-night .section-people__content, .theme-night
  .acf-block-preview .section-people__content {
    border-color: rgba(255, 255, 255, 0.05); }
  @media (max-width: 1279.5px) {
    .section-people__content,
    .acf-block-preview .section-people__content {
      padding: 6rem 0 2rem; } }
  @media (max-width: 767.5px) {
    .section-people__content,
    .acf-block-preview .section-people__content {
      padding: 4rem 0;
      border: none; } }

.section-people__subtitle,
.acf-block-preview .section-people__subtitle {
  margin-bottom: 1.5rem;
  line-height: 1.5; }

.section-people__slider,
.acf-block-preview .section-people__slider {
  position: relative;
  margin-top: 5rem; }
  @media (max-width: 1279.5px) {
    .section-people__slider,
    .acf-block-preview .section-people__slider {
      margin-top: 3rem; } }
  @media (max-width: 767.5px) {
    .section-people__slider,
    .acf-block-preview .section-people__slider {
      overflow: visible; }
      .section-people__slider::before,
      .acf-block-preview .section-people__slider::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 50vw;
        transition: background-color 0.3s linear; }
        .theme-light .section-people__slider::before, .theme-light
        .acf-block-preview .section-people__slider::before {
          background-color: #ffffff; }
        .theme-night .section-people__slider::before, .theme-night
        .acf-block-preview .section-people__slider::before {
          background-color: #03293a; } }

.section-people__controls,
.acf-block-preview .section-people__controls {
  position: relative;
  padding-top: 2.4rem; }
  .section-people__controls::before,
  .acf-block-preview .section-people__controls::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(var(--vw, 1vw) * 100);
    height: 0.2rem;
    transform: translateX(-50%);
    transition: background-color 0.3s linear; }
    .theme-light .section-people__controls::before, .theme-light
    .acf-block-preview .section-people__controls::before {
      background-color: rgba(0, 0, 0, 0.05); }
    .theme-night .section-people__controls::before, .theme-night
    .acf-block-preview .section-people__controls::before {
      background-color: rgba(255, 255, 255, 0.05); }
  @media (max-width: 1279.5px) {
    .section-people__controls,
    .acf-block-preview .section-people__controls {
      padding-top: 2rem; } }
  @media (max-width: 767.5px) {
    .section-people__controls::before,
    .acf-block-preview .section-people__controls::before {
      display: none; } }

@media (min-width: 1280px) {
  .section-people-slide__wrap,
  .acf-block-preview .section-people-slide__wrap {
    grid-template-columns: 67% 1fr; } }

@media (min-width: 768px) {
  .section-people-slide__wrap,
  .acf-block-preview .section-people-slide__wrap {
    display: grid;
    grid-template-columns: 61% 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px; } }

.section-people-slide__image,
.acf-block-preview .section-people-slide__image {
  position: relative;
  cursor: pointer; }
  .section-people-slide__image::after,
  .acf-block-preview .section-people-slide__image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 41, 58, 0.6);
    opacity: 0;
    transition: opacity 0.3s linear; }
  @media (false), (hover: hover) and (pointer: fine) {
    .section-people-slide__image:hover::after, .section-people-slide__image:focus::after,
    .acf-block-preview .section-people-slide__image:hover::after,
    .acf-block-preview .section-people-slide__image:focus::after {
      opacity: 1; } }
  @media (min-width: 1280px) {
    .section-people-slide__image:nth-child(1),
    .acf-block-preview .section-people-slide__image:nth-child(1) {
      padding-top: 108%; } }
  @media (min-width: 768px) {
    .section-people-slide__image:nth-child(1),
    .acf-block-preview .section-people-slide__image:nth-child(1) {
      padding-top: 133%;
      grid-column: 1;
      grid-row: 1 / span 2; }
    .section-people-slide__image:nth-child(2),
    .acf-block-preview .section-people-slide__image:nth-child(2) {
      grid-column: 2;
      grid-row: 1; }
    .section-people-slide__image:nth-child(3),
    .acf-block-preview .section-people-slide__image:nth-child(3) {
      grid-column: 2;
      grid-row: 2; } }
  @media (max-width: 767.5px) {
    .section-people-slide__image,
    .acf-block-preview .section-people-slide__image {
      padding-top: 114%; } }
