.steps {
  padding: 130px 0; }
  .steps .section_head {
    margin-bottom: 40px; }
  .steps .steps_content {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .steps .steps_content .back_lines {
      width: 100%; }
    .steps .steps_content .step_card {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .steps .steps_content .step_card .icon {
        position: relative;
        width: 70px;
        height: 70px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #3849ff;
        background-color: #EFF1FF;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 20; }
      .steps .steps_content .step_card p {
        font-size: 18px; }
      .steps .steps_content .step_card:nth-of-type(1) {
        left: 40px;
        top: -25px; }
      .steps .steps_content .step_card:nth-of-type(2) {
        left: 260px;
        top: 110px; }
      .steps .steps_content .step_card:nth-of-type(3) {
        left: 485px;
        top: 250px; }
      .steps .steps_content .step_card:nth-of-type(4) {
        left: 760px;
        top: 295px; }
      .steps .steps_content .step_card:nth-of-type(5) {
        left: 850px;
        top: 120px; }
