.las-process-timeline {
  width: 100%;
}
.las-process-timeline__steps {
  display: grid;
  grid-template-columns: repeat(var(--las-cols, 6), 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .las-process-timeline__steps {
    gap: 15px;
  }
}
.las-process-timeline__step {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 56px 12px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .las-process-timeline__step {
    padding: 17px 4px;
  }
}
.las-process-timeline__step-circle {
  position: absolute;
  top: -20px;
  left: -8px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 67px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
@media (max-width: 768px) {
  .las-process-timeline__step-circle {
    width: 45px;
    height: 45px;
    font-size: 42px;
    top: -16px;
    left: -6px;
  }
}
.las-process-timeline__step-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.las-process-timeline__step-icon svg, .las-process-timeline__step-icon img, .las-process-timeline__step-icon i {
  display: block;
  width: 70px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .las-process-timeline__step-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
  }
  .las-process-timeline__step-icon svg, .las-process-timeline__step-icon img, .las-process-timeline__step-icon i {
    width: 36px;
  }
}
.las-process-timeline__step-content {
  width: 100%;
}
.las-process-timeline__step-title {
  word-wrap: break-word;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 92%;
  text-align: center;
  color: #75A37E;
  flex-grow: 0;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .las-process-timeline__step-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.las-process-timeline__step-desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #727272;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .las-process-timeline__step-desc {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
}/*# sourceMappingURL=las-process-timeline.css.map */