:root {
  --c-ctzn_blue: hsla(220, 100%, 56%, 1);
  --c-ctzn_blck: hsla(195, 5%, 17%, 1);
  --c-ctzn_wht: hsla(0, 0%, 100%, 1);
  --c-ctzn_blue50: hsl(220 63.1% 72.4%);
  --c-gray464949: hsl(180 2.1% 28%);
  --c-gray500: hsla(218, 6%, 75%, 0.46);
  --c-gray400: hsla(210, 8%, 84%, 1);
  --c-gray300: hsla(210, 11%, 89%, 1);
  --c-gray200: hsla(204, 15%, 94%, 1);
  --c-gray555: hsl(0 0% 33.3%);
  --c-grayAaa: hsl(0 0% 66.7%);
  --c-gray2: hsla(0, 1%, 45%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-White: hsl(220 0% 100%);
  --c-bgGradient: linear-gradient(135deg, hsla(0, 0%, 100%, 1) -10%, hsla(207, 7%, 67%, 1) 200%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-white: hsl(220 0% 100%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.process#process3 .talk .process_outro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro {
    column-gap: 4vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-top: 20px;
  }
}
.process#process3 .talk .process_outro .photo_1 {
  grid-column: 1;
  grid-row: 2;
  width: 362px;
  aspect-ratio: 362/188;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro .photo_1 {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro .photo_1 {
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
    width: 80vw;
  }
}
.process#process3 .talk .process_outro .narration {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro .narration {
    grid-column: auto;
    grid-row: auto;
  }
}
.process#process3 .talk .process_outro .photo_2 {
  grid-column: 2;
  grid-row: 1/3;
  justify-self: end;
  width: 359px;
  aspect-ratio: 359/480;
}
@media screen and (max-width: 1239px) {
  .process#process3 .talk .process_outro .photo_2 {
    width: 30vw;
  }
}
@media screen and (max-width: 839px) {
  .process#process3 .talk .process_outro .photo_2 {
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
    width: 80vw;
  }
}