.elementor-1390 .elementor-element.elementor-element-342b0e0{--display:flex;}.elementor-1390 .elementor-element.elementor-element-5d2c465{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.sage-how {
  background-color: #fefefe;
  padding: 100px 20px 80px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.sage-how h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
}

.how-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1140px;
  margin: 0 auto 40px;
}

.how-step {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  background-color: #f4f7fa;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.3s ease;
}

.how-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.how-step h3 {
  font-size: 20px;
  color: #0047AB;
  margin-bottom: 14px;
}

.how-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.sage-how .cta-button {
  background-color: #0047AB;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.sage-how .cta-button:hover {
  background-color: #003780;
}/* End custom CSS */