.elementor-37 .elementor-element.elementor-element-cfe817e{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-cfe817e{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-7c3faad */.css-about-steps {
  font-family: 'Inter', sans-serif;
  background: #f9fafb;
  padding: 70px 20px;
  color: #111;
}

/* CONTAINER */
.css-about-steps-container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.css-about-steps h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 38px;
  margin-bottom: 50px;
}

/* STEP */
.css-about-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

/* NUMBER */
.css-about-step-number {
  font-size: 32px;
  font-weight: 600;
  color: #999;
}

/* CONTENT */
.css-about-step h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.css-about-step p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 10px;
}

/* IMAGE */
.css-about-step-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-top: 10px;
}

/* LIST */
.css-about-steps ul {
  padding-left: 18px;
}

.css-about-steps li {
  margin-bottom: 6px;
}

/* CONTACT */
.css-about-steps-contact {
  background: #111;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
}

/* LINKS */
.css-about-steps a {
  color: #000;
  text-decoration: underline;
}

/* MOBILE */
@media(max-width:768px){
  .css-about-step {
    grid-template-columns: 1fr;
  }

  .css-about-step-number {
    font-size: 22px;
  }

  .css-about-steps h1 {
    font-size: 26px;
  }
}/* End custom CSS */