.how-to h1 {
  text-align: left;
}

.how-to .how-to-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 121px;
}

.how-to .how-to-steps-container {
  width: 796px;
}

.how-to .payment-steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-to .how-to-steps__step-number {
  padding: 10px 20px;
  background: #bfded6;
  border-radius: 1px;
  z-index: 10;
}

.how-to .how-to-steps__step-content {
  width: 100%;
  padding: 40px;
  border: 1px solid #4b4b4b;
  border-radius: 1px;
  transform: translateY(-29px);
  margin-bottom: -29px;
}

.how-to .colored {
  padding: 30px 40px;
}

.how-to .step-2 > div {
  display: flex;
  align-items: center;
}

.how-to .step-2 > div img {
  width: 160px;
}

.how-to .step-2 > div .c-p5 {
  margin-left: 30px;
  max-width: 332px;
}

.how-to .step-3 > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.how-to .how-to-sticky {
  position: sticky;
  top: 75px;
  width: 433px;
  padding: 60px 40px;
  background: #ffeae7;
  border-radius: 1px;
}

.how-to .how-to-steps__sticky-sm {
  display: none;
  margin-top: 10px;
  padding: 20px;
  background: #ffeae7;
  border-radius: 1px;
}

@media (max-width: 1439px) {
  .how-to .how-to-container {
    padding-left: 104px;
  }

  .how-to .how-to-steps-container {
    width: 679px;
  }

  .how-to .how-to-steps__step-number {
    padding: 5px 15px;
  }

  .how-to .how-to-steps__step-content {
    padding: 30px;
    transform: translateY(-20px);
    margin-bottom: -20px;
  }

  .how-to .how-to-steps__step-content .colored {
    padding: 20px 30px;
  }

  .how-to .how-to-steps__step-content.step-2 > div img {
    width: 120px;
  }

  .how-to .how-to-steps__step-content.step-2 > div .c-p5 {
    max-width: 295px;
  }

  .how-to .how-to-steps__step-content.step-3 > ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .how-to .how-to-sticky {
    top: 50px;
    width: 367px;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1279px) {
  .how-to .how-to-container {
    padding-left: 0;
  }

  .how-to .how-to-steps-container {
    width: 453px;
  }

  .how-to .how-to-steps__step-content {
    padding: 20px;
    transform: translateY(-15.5px);
    margin-bottom: -15.5px;
  }

  .how-to .how-to-steps__step-content .colored {
    padding: 15px 20px;
  }

  .how-to .how-to-steps__step-content.step-2 > div img {
    width: 80px;
  }

  .how-to .how-to-steps__step-content.step-2 > div .c-p5 {
    margin-left: 15px;
    max-width: 221px;
  }

  .how-to .how-to-sticky {
    top: 40px;
    width: 207px;
    padding: 20px 12px;
  }

  .how-to .how-to-sticky .mb-15 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .about-section .breadContainer .container {
    flex-wrap: wrap;
    row-gap: 15px;
    width: 80%;
    margin: 0;
  }

  .how-to .how-to-steps-container {
    width: 100%;
  }

  .how-to .how-to-steps__step-content.step-2 > div .c-p5 {
    max-width: 195px;
  }

  .how-to .how-to-sticky {
    display: none;
  }

  .how-to .how-to-steps__sticky-sm {
    display: block;
  }
}
