@media (max-width: 1644px) {
  .step {
    margin-bottom: 0;
  }
  .step__contents {
    padding-left: 40px;
    flex-direction: column;
    padding: 100px 40px;
    gap: 50px;
  }
  .step__contents__text__title {
    font-size: 48px;
    margin-top: 0;
    text-align: center;
  }

  .step__contents__text__title span {
    font-size: 48px;
  }

  .step__contents__text__paragraph {
    font-size: 16px;
    text-align: center;
  }

  .step__contents__text__navigation {
    display: none;
  }

  .step__contents__mockup__image {
    width: 20vw;
    height: 40vw;
  }

  .step__contents__mockup__title__dot div {
    width: 7px;
    height: 7px;
  }

  .step__contents__mockup__title__dot div {
    top: -15px;
    left: calc(50%);
  }

  .step__contents__slide {
    height: auto;
    padding-top: 0;
    margin-left: 0;
  }
  .step__contents__slide__fade {
    display: none;
  }
  .step__contents__slide__list {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .step__contents__slide__list__item {
    width: 25vw;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
  }
  .step__contents__slide__list__item.active {
    border: 3px solid transparent;
  }
  .step__contents__slide__list__item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .step__contents__slide__list__item:nth-of-type(1) {
    transition-delay: 0.2s;
  }
  .step__contents__slide__list__item:nth-of-type(2) {
    transition-delay: 0.4s;
  }
  .step__contents__slide__list__item:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  .step__contents__slide__list__item__count,
  .step__contents__slide__list__item__title,
  .step__contents__slide__list__item__paragraph {
    font-size: 18px;
  }
  .step__contents__slide__list__item__icon img {
    width: 80px;
  }
  .step__contents__mockup {
    display: none;
  }

  .step__contents__slide__list__item__title {
    font-size: 1.5vw;
  }

  .step__contents__slide__list__item__paragraph {
    font-size: 1.2vw;
  }
}

@media (max-width: 1024px) {
  .step__contents {
    flex-direction: column;
    padding: 100px 40px;
    gap: 50px;
  }
  .step__contents__text__title {
    margin-top: 0;
    text-align: center;
  }

  .step__contents__text__paragraph {
    text-align: center;
  }
  .step__contents__text__navigation {
    display: none;
  }
  .step__contents__slide {
    height: auto;
    padding-top: 0;
    margin-left: 0;
  }
  .step__contents__slide__fade {
    display: none;
  }
  .step__contents__slide__list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .step__contents__slide__list__item {
    width: 100%;
    max-width: 450px;
    padding: 30px;
    background: #f5f5f5;
  }
  .step__contents__slide__list__item__count,
  .step__contents__slide__list__item__title,
  .step__contents__slide__list__item__paragraph {
    font-size: 18px;
  }
  .step__contents__slide__list__item__icon img {
    width: 80px;
  }
  .step__contents__mockup {
    display: none;
  }
}

@media (max-width: 768px) {
  .step {
    margin-bottom: 0;
  }
  .step__contents {
    padding: 100px 20px;
  }
  .step__contents__text__title {
    font-size: 32px;
  }
  .step__contents__text__title span {
    font-size: 32px;
  }
  .step__contents__text__paragraph {
    font-size: 16px;
    margin-top: 20px;
  }
  .step__contents__slide__list__item {
    padding: 30px;
  }
  .step__contents__slide__list__item__count {
    font-size: 24px;
    text-align: center;
  }
  .step__contents__slide__list__item__icon {
    margin-top: 50px;
  }
  .step__contents__slide__list__item__title {
    margin-top: 50px;
    font-size: 24px;
  }
  .step__contents__slide__list__item__paragraph {
    font-size: 17px;
    margin-top: 10px;
  }
}
