.how-it-works-template .steps {
  max-width: 1400px;
  margin: 150px auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .how-it-works-template .steps {
    margin: 70px 0;
    padding: 0 10px;
  }
}
.how-it-works-template .steps h2 {
  font-size: 62px;
  line-height: 0.72;
  text-align: center;
}
@media (max-width: 768px) {
  .how-it-works-template .steps h2 {
    font-size: 52px;
  }
}
.how-it-works-template .steps .list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.how-it-works-template .steps .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(10, 9, 17, 0.2);
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item {
    flex-direction: column;
    row-gap: 14px;
    align-items: flex-start;
  }
}
.how-it-works-template .steps .list .item .row {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item .row {
    column-gap: 14px;
  }
}
.how-it-works-template .steps .list .item .row .img img {
  width: 66px;
  min-width: 66px;
  height: 66px;
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item .row .img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.how-it-works-template .steps .list .item .row .col {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.how-it-works-template .steps .list .item .row .col .step {
  font-weight: 600;
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item .row .col .step {
    font-size: 14px;
    line-height: 19px;
  }
}
.how-it-works-template .steps .list .item .row .col h3 {
  font-size: 55px;
  line-height: 0.72;
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item .row .col h3 {
    font-size: 42px;
  }
}
.how-it-works-template .steps .list .item .text {
  width: 690px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .how-it-works-template .steps .list .item .text {
    font-size: 17px;
    width: 100%;
  }
}
