.step-section {
  width: 90%;
  margin: 60px auto 0 auto;
  max-width: 500px;
}
.step-section .content {
  margin-bottom: 40px;
}
.step-section .content .text .title {
  margin: 20px 0;
  padding-left: 10px;
  position: relative;
}
.step-section .content .text .title span {
  color: rgb(1, 87, 170);
  font-size: 18px;
  line-height: 20px;
}
.step-section .content .text .title h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
.step-section .content .text .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(1, 87, 170);
  width: 2px;
  height: 100%;
}
.step-section .content .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

@media (min-width: 768px) {
  .step-section {
    margin-top: 80px;
    max-width: 1100px;
    width: 75%;
  }
  .step-section .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .step-section .content img {
    width: 45%;
  }
  .step-section .content .text {
    width: 50%;
  }
  .step-section .content .text .title {
    margin: 0 0 30px 0;
    padding-left: 20px;
  }
  .step-section .content .text .title span {
    font-size: 20px;
  }
  .step-section .content .text .title h3 {
    margin-top: 6px;
    font-size: 30px;
  }
  .step-section .content .text p {
    width: 80%;
  }
}/*# sourceMappingURL=mirror.css.map */