.elementor-590 .elementor-element.elementor-element-c4320b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 200px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #f4f6fb;
  color: #222;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 25px;
}

.header {
  text-align: center;
  margin-bottom: 25px;
}

.header h1 {
  font-size: 42px;
}

.role {
  color: #6366f1;
  font-weight: 600;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.card p, li {
  font-size: 14px;
  line-height: 1.6;
}

ul {
  list-style: none;
}

.tags span {
  display: inline-block;
  background: #eef2ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 4px 4px 0 0;
}

.wide {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .wide {
    grid-column: span 1;
  }
}/* End custom CSS */