.our-ux-process .ux-process {
  text-align: center;
  width: 570px;
  max-width: 100%;
      margin-left: 60px;
   }
  .our-ux-process .ux-process .step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px; }
    .our-ux-process .ux-process .step.first:before, .our-ux-process .ux-process .step.first:after {
      display: none; }
    .our-ux-process .ux-process .step:before, .our-ux-process .ux-process .step:after {
      height: calc(200% - 15px);
      width: 3px;
      background-color: #d1d4d7;
      display: block;
      position: absolute;
      bottom: 50%;
      left: -54px;
      transition: height 0.4s ease-in-out; }
    .our-ux-process .ux-process .step:before {
      height: calc(200% - 15px);
      background-color: #4bcc8c; }
    .our-ux-process .ux-process .step:after {
      background-color: #d1d4d7; }
    .our-ux-process .ux-process .step .scroll-point {
      width: 15px;
      height: 15px;
      background-color: #d1d4d7;
      border-radius: 50%;
      position: absolute;
      left: -60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
    .our-ux-process .ux-process .step.reached .scroll-point {
      background: #4bcc8c;
      transition-delay: 0.4s; }
    .our-ux-process .ux-process .step.reached:after {
      height: 0; }
  .our-ux-process .ux-process .picto {
    width: 80px;
    height: 80px;
    margin-right: 50px; }

.our-ux-process .ux-process .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: left;
  position: relative; }

.our-ux-process .ux-process .picto {
  width: 60px;
  height: 60px;
  margin-right: 20px; }

.our-ux-process .ux-process .picto img {
  width: 60px; }

.our-ux-process .ux-process .text {
  width: 456px; }

.our-ux-process .ux-process .title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.27;
  color: #172735;
  margin-bottom: 10px; }

.our-ux-process .ux-process .title span {
  color: #5f35d4;
  display: inline-block; }

.our-ux-process .ux-process .title span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #5f35d4;
  float: right;
  margin: 14px 4px 0 10px; }

.our-ux-process .ux-process .description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #172735; }

.our-ux-process .btn {
  margin: 10px auto 0;
  width: 160px; }

@media (min-width: 576px) {
  .our-ux-process h3 {
    margin: 110px 0 60px;
    font-size: 2.5rem; }



  .our-ux-process .btn {
    margin: 28px auto 0; } }
@media (min-width: 768px) {
  .our-ux-process .ux-process .step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px; }
    .our-ux-process .ux-process .step:before, .our-ux-process .ux-process .step:after {
      content: "";
      height: calc(200% - 15px);
      width: 3px;
      background-color: #d1d4d7;
      display: block;
      position: absolute;
      bottom: 50%;
      left: -54px;
      transition: height 0.4s ease-in-out; }
    .our-ux-process .ux-process .step::before {
      height: calc(200% - 15px);
      background-color: #4bcc8c; }
    .our-ux-process .ux-process .step:after {
      background-color: #d1d4d7; }
    .our-ux-process .ux-process .step .scroll-point {
      width: 15px;
      height: 15px;
      background-color: #d1d4d7;
      border-radius: 50%;
      position: absolute;
      left: -60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
    .our-ux-process .ux-process .step.step-first:before, .our-ux-process .ux-process .step.step-first:after {
      display: none; }
    .our-ux-process .ux-process .step .step.reached .scroll-point {
      background: #4bcc8c;
      transition-delay: 0.4s; }
    .our-ux-process .ux-process .step .step.reached:after {
      height: 0; }
  .our-ux-process .picto {
    width: 80px;
    height: 80px;
    margin-right: 50px; }
    .our-ux-process .picto img {
      width: 80px; } }

/*# sourceMappingURL=style.css.map */
