.reselling_steps {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.reselling_steps__title {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}
.reselling_steps__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.reselling_steps__item {
  position: relative;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 36px;
  padding-left: 56px;
}
.reselling_steps__item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #1c1c20;
  margin-top: 0;
  margin-bottom: 16px;
}
.reselling_steps__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c20;
  margin-bottom: 16px;
}
.reselling_steps__item p:last-child {
  margin-bottom: 0;
}
.reselling_steps__item-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  min-width: 36px;
  height: 36px;
  background: #e3e3ff;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #434396;
}
.reselling_steps__btn_wr {
  margin-top: 80px;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.reselling_steps__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background-color: #434396;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  width: 250px;
  max-width: 100%;
}
.reselling_steps__btn:hover, .reselling_steps__btn:active {
  background-color: #3d209f;
}

@media (max-width: 580px) {
  .reselling_steps {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .reselling_steps__title {
    font-size: 28px;
    line-height: 36px;
  }
  .reselling_steps__list {
    gap: 56px;
  }
  .reselling_steps__item {
    text-align: center;
    padding-left: 0;
  }
  .reselling_steps__item-num {
    position: relative;
    margin-bottom: 20px;
  }
  .reselling_steps__btn_wr {
    margin-top: 80px;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
  }
  .reselling_steps__btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #434396;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    width: 250px;
    max-width: 100%;
  }
  .reselling_steps__btn:hover, .reselling_steps__btn:active {
    background-color: #3d209f;
  }
}