.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-dashboard {
  font-family: 'Inter', sans-serif;
  background: #eef1f5;
  padding: 40px 20px;
  color: #111;
}

/* CONTAINER */
.css-about-dashboard-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

/* SIDEBAR */
.css-about-dashboard-sidebar {
  background: #fff;
  padding: 20px;
}

.css-about-dashboard-sidebar h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.css-about-dashboard-sidebar p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #444;
}

/* MAIN */
.css-about-dashboard-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.css-about-dashboard-card {
  background: #fff;
  padding: 20px;
}

/* LARGE CARD */
.css-about-dashboard-card-large {
  grid-column: span 2;
}

/* TITLE */
.css-about-dashboard-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

/* TEXT */
.css-about-dashboard p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* IMAGE */
.css-about-dashboard-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-top: 10px;
}

/* LIST */
.css-about-dashboard ul {
  padding-left: 18px;
}

.css-about-dashboard li {
  margin-bottom: 5px;
}

/* CONTACT */
.css-about-dashboard-contact {
  background: #111;
  color: #fff;
  padding: 15px;
  margin-top: 10px;
}

/* LINKS */
.css-about-dashboard a {
  color: #000;
  text-decoration: underline;
}

/* MOBILE */
@media(max-width:768px){
  .css-about-dashboard-container {
    grid-template-columns: 1fr;
  }

  .css-about-dashboard-main {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */