.info35_wrapper{
    padding: 120px 0;
}
.info35_max_content_wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
/* -------------------------------------------------------------------
 * ## process
 * ------------------------------------------------------------------- */

  .process {
    position: relative;
    left: 27px;
    width: 100%;
    max-width: 1080px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    counter-reset: ctr;
  }

  .process:after {
    content: "";
    display: table;
    clear: both;
  }

  .process::before,
  .process::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    top: 0;
  }

  .process::before {
    left: 0;
  }

  .process::after {
    left: 50%;
  }

  .process .process__steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .process .step {
    padding: 0 40px 40px 60px;
    position: relative;
    min-height: 240px;
  }

  .process .step h3 {
    margin-bottom: 2.4rem;
  }

  .process .step::before {
    display: block;
    font-family: "Chivo", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    content: counter(ctr);
    counter-increment: ctr;
    color: #ffffff;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #5b4f96;
    box-shadow: 0 0 0 15px #ffffff;
    z-index: 500;
    position: absolute;
    top: -12px;
    left: -27px;
  }
  .block-1-2 .col-block:nth-child(2n+1) {
    clear: both;
  }
  .block-tab-full .col-block {
    width: 100%;
    clear: both;
  }
  .group:after {
    content: "";
    display: table;
    clear: both;
  }
  .block-1-2 .col-block {
    width: 50%;
  }
  .block-1-2 .col-block:nth-child(2n+1) {
    clear: both;
  }
  .item-title {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.286;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  [class*="col-"] {
    float: left;
    padding: 0 20px;
  }

  @media (max-width: 768px) {
    .process .process__steps {
        display: block;
    }
    .block-1-2 .col-block{
        width: calc(100% - 100px);
    }
    .process::after {
        display: none;
    }
    .process{
        left: 40px;
        width: calc(100% - 40px);
        margin-left: 0;
        margin-right: 0;

    }
    .process .step{
        width: 100%;
        padding: 0 20px 20px 40px;
    }
  }
