.btn_change {
  background-color: #e83687;
}

.page-uploaded {
  position: relative;
  padding: 80px 330px 0 330px;
  overflow: hidden;
  border-radius: 20px;
}
.page-uploaded .icon-light {
  opacity: 0.1;
  width: 548px;
  top: 50px;
  left: -274px;
  position: absolute;
}

.auto-uploaded .h2 {
  text-align: center;
}
.auto-uploaded .txt {
  margin: 40px 0;
  font-size: 16px;
}
.auto-uploaded .txt p {
  margin-bottom: 25px;
}
.auto-uploaded .steps {
  width: 100%;
  max-width: 660px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.auto-uploaded .steps .step {
  width: 100%;
  display: flex;
  margin-bottom: 22px;
  align-items: center;
}
.auto-uploaded .steps .step p > a {
  display: inline;
  font-weight: 500;
  color: #e83687;
}
.auto-uploaded .steps .step p > a:visited {
  color: #e83687;
}
.auto-uploaded .steps .step .number-step {
  min-width: 62px;
  min-height: 62px;
  color: #fff;
  font-size: 44px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin: 0 20px 0 0;
  background-color: #e83687;
  position: relative;
}
.auto-uploaded .steps .step .connect::after {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #e83687;
  left: 30px;
  bottom: -24px;
  position: absolute;
}
.auto-uploaded .notes {
  padding: 50px;
  margin: 50px 0 80px 0;
  border-radius: 10px;
  background-color: #fff9f9;
}
.auto-uploaded .notes h4 {
  font-weight: 500;
  margin-bottom: 18px;
}
.auto-uploaded .notes ul li {
  margin-left: 10px;
  position: relative;
}
.auto-uploaded .notes ul li::after {
  content: "-";
  top: -5px;
  left: -10px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  color: #e83687;
}
.auto-uploaded .notes ul li:not(li:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1380px) {
  .page-uploaded {
    padding: 80px 80px 0 80px;
  }
}
@media screen and (max-width: 950px) {
  .page-uploaded {
    padding: 30px 30px 0 30px;
  }
  .page-uploaded .icon-light {
    display: none;
  }
  .auto-uploaded .notes {
    padding: 24px 16px;
  }
  .auto-uploaded .txt {
    text-align: justify;
  }
  .btn_change {
    background-color: #95a1bb;
  }
}
@media screen and (max-width: 590px) {
  .auto-uploaded .steps .step {
    flex-direction: column;
  }
  .auto-uploaded .steps .step p {
    text-align: center;
  }
  .auto-uploaded .steps .step .number-step {
    margin-bottom: 15px;
  }
  .auto-uploaded .steps .step .connect::after {
    width: 0;
    height: 0;
  }
  .auto-uploaded .steps .step:last-child {
    margin-bottom: 44px;
  }
}
