/* ========= PRF 페이지 ========= */
.hemosome-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* padding: 80px 0; */
  background: url("/home_assets/img/main/skin/prf_background.png") no-repeat
    left/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hemosome-image-text-overlay {
  position: absolute;
  top: 40%;
  right: 10%;
  transform-origin: 100% 50%;
  transform: rotate(90deg) translate(-50%, -50%);
  font-family: "Dream Orphans";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;

  color: #000000;
}

.hemosome-container {
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hemosome-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-30%);
  z-index: 2;
  width: 50%;
  padding-right: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.hemosome-subtitle {
  font-family: "MaruBuri";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;

  color: #000000;
}

.hemosome-main-title {
  font-family: "Dream Orphans";
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  margin-bottom: 40px;
}

.hemosome-description {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #333;
  text-align: center;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* PRF HSC 시작*/
.section-prf {
  padding: 80px 20px;
  background-color: #fff;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prf-container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  min-height: 700px;
}
.prf-container-mobile {
  display: none;
}

.prf-content {
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-text {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(12px, 1vw, 13px);
  color: #999;
  text-align: right;
}
.prf-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 100px;
}

.prf-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.prf-text {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 600px;
}

.prf-item {
  position: absolute;
  width: max-content;
}

.prf-item h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.4;
  padding-left: 20px;
}

.prf-item p {
  font-size: 20px;
  font-weight: 100;
  font-family: "Pretendard", sans-serif;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.6;
  padding-left: 20px;
  width: 600px;
  position: relative;
}

.prf-sub-text {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.prf-sub-text.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 서브텍스트 점선 - 기본적으로 숨김 */
.prf-sub-text::before {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.prf-sub-text.visible::before {
  opacity: 1;
}

.prf-item-1 {
  left: -70px;
  top: 0;
}

.prf-item-1 h3 {
  margin-bottom: 0;
}

.prf-item-1 .prf-sub-text::before {
  width: 487px;
  bottom: -10px;
  right: 95px;
}

.prf-item-2 {
  left: 0;
  top: 140px;
}

.prf-item-2 .prf-sub-text::before {
  width: 608px;
  bottom: -10px;
  right: -30px;
}

.prf-item-3 {
  left: 0;
  top: 310px;
}

.prf-item-3 .prf-sub-text::before {
  width: 576px;
  bottom: -10px;
  right: 0;
}

.prf-item-4 {
  left: -25px;
  top: 440px;
}

.prf-item-4 .prf-sub-text::before {
  width: 588px;
  bottom: -10px;
  right: 20px;
}

.prf-item-5 {
  left: -105px;
  top: 537px;
}

.prf-item-5 .prf-sub-text::before {
  width: 568px;
  bottom: -10px;
  right: 70px;
}

.prf-highlight h3 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Dream Orphans", sans-serif;
  letter-spacing: 2px;
}

/* h3 아래 점선 - 기본 상태 */
.prf-item-1::before,
.prf-item-2::before,
.prf-item-3::before,
.prf-item-4::before,
.prf-item-5::before {
  transition: opacity 0.6s ease;
}

/* 활성 상태일 때 h3 점선 숨김 */
.prf-item.active::before {
  opacity: 0;
}

.prf-item-1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 350px;
  height: 1px;
  width: 236px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.prf-item-2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 315px;
  height: 1px;
  width: 263px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.prf-item-3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 345px;
  height: 1px;
  width: 231px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.prf-item-4::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 370px;
  height: 1px;
  width: 243px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.prf-item-5::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 420px;
  height: 1px;
  width: 223px;
  background-image: linear-gradient(to right, #afc3e1 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.mo-section-prf {
  display: none;
}

@media (max-width: 768px) {
  .section-prf {
    display: none;
  }

  .mo-section-prf {
    display: inline;
  }

  .mo-section-prf img {
    width: 100%;
    display: inline;
  }

  /*.hemosome-description {*/
  /*    word-break: keep-all;*/
  /*}*/
  .hemosome-description br {
    display: none !important;
  }
}

/* PRF HSC 끝 */

/* PRF 카드 영역 시작 */
.hemosomes-step-section {
  position: relative;
  background: #fff;
  padding: 80px 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.hemosomes-step-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
}

/* 카드 컨테이너 - 왼쪽에 배치, 스크롤 감지 영역 */
.cards-container {
  flex: 0 0 50%;
  position: relative;
  height: 600px;
  perspective: 1200px;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* 내용물 고정 */
  cursor: ns-resize;
  /* 스크롤 가능 표시 */
}

.card-stack {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 카드 스타일 - 21도 회전 추가 */
.hemosomes-step-item {
  position: absolute;
  max-width: 359px;
  aspect-ratio: 359 / 423;
  /* height: 423px; */
  left: 50%;
  top: 50%;
  margin-left: -179.5px;
  margin-top: -211.5px;
  background: transparent;
  border-radius: 24px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
  transform-origin: center center;
  overflow: hidden;
}
.hemosomes-step-item .base-img {
  max-width: 359px;
  aspect-ratio: 359 / 423;
  display: block; /* 항상 보이도록 */
}
.hemosomes-step-item img {
  width: 100%;
  height: 100%;
  background: transparent;
}
.hemosomes-step-item .hover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; /* 기본적으로 숨김 */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hemosomes-step-item:hover .hover-img {
  opacity: 0; /* hover 시 나타남 */
}

.hemosomes-step-item.hidden {
  opacity: 0;
  transform: rotateX(45deg) rotateZ(0deg) translate(50px) scale(0.9);
  pointer-events: none;
}

.hemosomes-step-item[data-index="0"] {
  z-index: 4;
  transform: rotateX(45deg) rotateZ(0deg) translateX(0) translateY(-20px);
}
.hemosomes-step-item[data-index="1"] {
  z-index: 3;
  transform: rotateX(45deg) rotateZ(0deg) translateX(-10px) translateY(0);
}
.hemosomes-step-item[data-index="2"] {
  z-index: 2;
  transform: rotateX(45deg) rotateZ(0deg) translateX(-20px) translateY(30px);
}
.hemosomes-step-item[data-index="3"] {
  z-index: 1;
  transform: rotateX(45deg) rotateZ(0deg) translateX(-30px) translateY(50px);
}
.card-stack:hover .hover {
  opacity: 0;
}

/* 헤더 스타일 - 오른쪽에 배치 */
.hemosomes-step-head {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 2;
}

.hemosomes-step-title {
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  color: #111;
  position: relative;
  margin: 0;
  margin-bottom: 35px;
}

.hemosomes-step-title::after {
  content: "Hemosome";
  font-family: "Dream Orphans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  color: #f5f8ff;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}

.hemosomes-step-sub {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  margin: 80px 0 20px 0;
}

.hemosomes-step-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin: 0;
  word-break: keep-all;
}

/* 프로그레스 도트 */
.progress-dots {
  display: none;
  display: flex;
  gap: 8px;
  margin-top: 30px;
  justify-content: flex-start;
}

.progress-dot {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  transition: all 0.3s ease;
}

.progress-dot.active {
  background: #667eea;
  transform: scale(1.3);
}

/* 노트 */
.hemosomes-step-note {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(12px, 1vw, 13px);
  color: #999;
  text-align: right;
}

.hemosomes-step-desc-div {
  position: relative;
  padding-left: 20px;
  /* 선과 텍스트 사이 여백 */
}

.hemosomes-step-desc-div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b6b6b6;
}

/* 반응형 */
@media (max-width: 768px) {
  .hemosomes-step-inner {
    flex-direction: column;
    gap: 40px;
  }

  .hemosomes-step-head,
  .cards-container {
    flex: 1;
    width: 100%;
  }

  .cards-container {
    min-width: 320px;
    height: 450px;
    order: 1;
  }

  .hemosomes-step-head {
    order: 2;
  }

  .hemosomes-step-item {
    max-width: 250px;
    aspect-ratio: 280 / 330;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -150px;
    aspect-ratio: 280 / 330;
  }

  .hemosomes-step-title {
    font-size: 28px;
  }

  .hemosomes-step-title::after {
    font-size: 48px;
  }

  .hemosomes-step-sub {
    font-size: 18px;
    word-break: keep-all;
  }

  .hemosomes-step-desc {
    font-size: 16px;
    word-break: keep-all;
  }
  .card-stack {
    width: 100%;
    height: 350px;
    /* transform: translateX(5%); */
  }
  .hemosomes-step-item[data-index="0"] {
    transform: rotateX(45deg) rotateZ(0deg) translateX(0) translateY(-6px);
  }

  .hemosomes-step-item[data-index="1"] {
    transform: rotateX(45deg) rotateZ(0deg) translateX(-4px) translateY(0);
  }

  .hemosomes-step-item[data-index="2"] {
    transform: rotateX(45deg) rotateZ(0deg) translateX(-8px) translateY(10px);
  }

  .hemosomes-step-item[data-index="3"] {
    transform: rotateX(45deg) rotateZ(0deg) translateX(-12px) translateY(18px);
  }
}
/* PRF 카드 영역 끝 */

.prp-compare-section {
  --blue-strong: #80a8f2;
  /* 가운데 진한 파랑 */
  --blue-soft: #c1cfe6;
  /* 양옆 연한 파랑 */
  --text-dark: #1d1d1f;

  --font-serif: "Noto Serif KR", serif;
  --font-sans: "Pretendard", system-ui, -apple-system, "Segoe UI", Roboto,
    Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

/* ===== Layout ===== */
.prp-compare-section {
  padding: 80px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.svgIcon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ===== 768px 이하 모바일 반응형 ===== */
@media screen and (max-width: 768px) {
  .prp-compare-section {
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .prf-container {
    display: none;
  }
  .prf-container-mobile {
    /* background: url("/home_assets/img/main/skin/prf-background.png") no-repeat
      center/cover; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* padding: 16px; */
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
  }
  .prf-container-mobile img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    z-index: 0;
    /* bottom: -165px; */
  }
  .verse-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30%;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .compare-ele {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: "Pretendard";
  }
  .compare-ele.prp {
    align-items: flex-start;
    text-align: start;
  }
  .compare-ele.hemosome {
    align-items: flex-end;
    text-align: end;
    color: #fff;
    word-break: keep-all;
  }
  .compare-ele h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
  }
  .compare-ele.prp h1 {
    color: #3c3c3c;
  }
  .compare-ele-list {
    list-style-type: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .compare-ele.prp .compare-ele-list {
    color: #474747;
    top: 0;
    font-weight: 400;
  }
  .compare-ele.prp .compare-ele-list::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 13px;
    height: 9px;
    border-left: 1px solid black;
    border-top: 1px solid black;
  }
  .compare-ele.hemosome .compare-ele-list::before,
  .compare-ele.hemosome .compare-ele-list::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 9px;
  }
  .compare-ele.hemosome .compare-ele-list::before {
    right: -10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .compare-ele.hemosome .compare-ele-list::after {
    left: -10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* SVG 내부 텍스트 크기 크게 조정 */
  .svgIcon svg text {
    font-size: 120px !important;
  }

  .svgIcon svg text tspan[font-size="24"] {
    font-size: 18px !important;
  }

  .svgIcon svg text tspan[font-size="20"] {
    font-size: 14px !important;
  }

  /* 모바일에서 긴 텍스트 처리 */
  .svgIcon svg text[y="86%"] tspan,
  .svgIcon svg text[y="92%"] tspan {
    font-size: 12px !important;
  }

  /* 텍스트 위치 조정 - 더 넓게 */
  .svgIcon svg text tspan[text-anchor="end"] {
    x: 45% !important;
  }

  .svgIcon svg text tspan[text-anchor="start"] {
    x: 55% !important;
  }

  .verse {
    margin: 10% 0 5% 0;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 115px;
    text-align: center;

    color: #ffffff;
    z-index: 1;
  }

  .svgIcon svg text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
}

#synergy-mtn {
  position: relative;
  background: #fff;
  height: 300vh;
}

#synergy-mtn .mtn-wrap {
  position: sticky;
  top: 0;
  height: 170vh;
  overflow: hidden;
}
#synergy-mtn .mtn-wrap-mb {
  display: none;
}

#synergy-mtn .mtn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 160vw;
  height: auto;
  pointer-events: none;
}

#synergy-mtn .mtn-3 {
  z-index: 10;
  width: 100%;
}

#synergy-mtn .mtn-2 {
  z-index: 20;
  width: 100%;
}

#synergy-mtn .mtn-1 {
  z-index: 30;
  width: 100%;
}

#synergy-mtn .panel {
  position: absolute;
  display: grid;
  align-items: center;
  gap: clamp(12px, 2.5vw, 36px);
  color: #eaf0fb;
}

#synergy-mtn .panel-orange,
#synergy-mtn .panel-white {
  transform: translateY(0);
  will-change: transform;

  transition: transform 0.1s linear;
}

#synergy-mtn .panel-orange {
  align-items: center;
  gap: clamp(12px, 2.5vw, 36px);
  left: clamp(12px, 8vw, 140px);
  bottom: clamp(30%, 5vw, 35%);
  width: 70%;
  max-width: 1200px;
  min-width: 750px;
  z-index: 21;
  display: flex;
  transform: translateY(0px);
}

#synergy-mtn .panel-orange .vial {
  justify-self: end;
  width: auto;
  max-width: clamp(180px, 15vw, 340px);
  height: auto;
}

#synergy-mtn .panel-orange .copy {
  min-width: 0;
}

#synergy-mtn .panel-white {
  z-index: 11;
  grid-template-columns: 1fr auto;
  right: clamp(12px, 8vw, 95px);
  bottom: clamp(60%, 5vw, 65%);
  max-width: min(1200px, 90vw);
  text-align: right;
}

#synergy-mtn .panel .vial {
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.28));
  width: 60%;
}

#synergy-mtn .panel .ttl {
  font-family: "Dream Orphans";
  font-size: min(5vw, 96px);
  font-weight: 400;
  letter-spacing: 0.2px;
}

#synergy-mtn .panel-orange .ttl {
  font-size: min(12vw, 200px);
}

#synergy-mtn .panel-orange .ttl sup {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-80px);
}

#synergy-mtn .panel p {
  margin-top: 0.2em;
  line-height: 1.7;
  font-size: clamp(12px, 1vw, 24px);
  opacity: 0.95;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  word-break: keep-all;
}

.synergy-mtn img {
  width: 100%;
}
.mountain1-txt {
  position: relative;
  bottom: 0;
}
.vial-ment {
  position: absolute;
  top: 50%;
  left: calc(100% / 7);
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  font-size: clamp(28px, 2vw, 36px);
  line-height: 43px;
  text-align: center;
  color: #ffffff;
}
.vial-ment p {
  font-weight: 200;
}
.vial-ment strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  #synergy-mtn {
    height: 100%;
    overflow: hidden;
  }
  #synergy-mtn .mtn-wrap {
    display: none;
  }
  #synergy-mtn .mtn-wrap-mb {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .mtn-wrap-mb svg {
    width: 100%;
  }
  #synergy-mtn .mtn-wrap-mb img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: absolute;
    bottom: -100px;
    left: 0;
  }

  .vial-ment {
    width: 100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(28px, 8vw, 36px);
    font-size: clamp(32px, 2vw, 20px);
    font-size: 20px;
    line-height: 24px;
  }
  .exo-desc {
    position: absolute;
    width: clamp(30%, calc(80vw), 60%);
    right: 6%;
    top: clamp(22%, 2vw, 25%);
    text-align: right;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 200;
    font-size: clamp(12px, 2vw, 14px);
    line-height: 17px;
    text-align: right;
    color: #ffffff;
    word-break: keep-all;
  }
  .oli-desc {
    position: absolute;
    width: clamp(30%, calc(80vw), 70%);
    left: 6%;
    bottom: clamp(12%, 2vw, 20%);
    text-align: right;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 200;
    font-size: clamp(12px, 2vw, 14px);
    line-height: 17px;
    text-align: left;
    color: #ffffff;
    word-break: keep-all;
  }
}

/* === 추가: 반응형 === */
@media (max-width: 980px) {
  .hemosome-container {
    padding: 16px;
  }

  .hemosome-image-text-overlay {
    transform: rotate(0);
    left: 16px;
    right: auto;
    top: 75px;
    right: 20%;
  }

  .hemosome-content {
    transform: translate(-50%, -30%);
    padding: 16px;

    width: 100%;
  }

  .synergy-final-section {
    padding: 60px 16px 80px;
  }

  .synergy-final-row-olidia,
  .synergy-final-row-exosome {
    flex-direction: column;
    gap: 18px;
  }

  .synergy-final-row-olidia .synergy-final-img,
  .synergy-final-row-exosome .synergy-final-img {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 300px;
  }

  .synergy-final-row-olidia .synergy-final-card,
  .synergy-final-row-exosome .synergy-final-card {
    width: 100%;
    margin: 0;
    padding: 28px 32px;
    line-height: 1;
  }

  .synergy-final-name {
    font-size: 64px;
  }

  .synergy-final-desc {
    font-size: 20px;
    line-height: 1.7;
  }

  .synergy-final-bottom-line1,
  .synergy-final-bottom-line2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .hemosomes-step-inner {
    flex-direction: column;
  }

  .swiper {
    width: 100%;
    order: 2;
  }

  .hemosomes-step-head {
    order: 1;
  }
}
