.elementor-159 .elementor-element.elementor-element-06b6cbe{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-3e4ded3 *//* ================= HOME RULES (THEME) ================= */

#home-rules {
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* TITLE */
.rules-title {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 35px;
  text-align: left;
  color: #111;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rules-title span {
  color: #00A896;
}

/* LIST WRAPPER */
.rules-list {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ITEM */
.rule-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #00A896;
  gap: 12px;
}

/* ICON */
.rule-icon {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #00A896;
  color: #00A896;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.rule-item p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */