.elementor-3349 .elementor-element.elementor-element-4f2e328{width:initial;max-width:initial;}/* Start custom CSS *//* ============================================================
   Matratzenfinder Landingpage
   ============================================================ */
/* SECTIONS */
.bsj-sec{margin:46px 0;}
.bsj-sec h2{font-size:1.7rem;margin:0 0 14px;}
.bsj-sec h3{font-size:1.22rem;margin:24px 0 8px;color:var(--bsj-petrol-dark);}
/* STEPS */
.bsj-steps{list-style:none;margin:22px 0;padding:0;counter-reset:bsjstep;}
.bsj-steps li{
  position:relative;padding:18px 20px 18px 70px;margin:0 0 14px;
  background:#fff;border:1px solid var(--bsj-border);border-radius:14px;
}
.bsj-steps li::before{
  counter-increment:bsjstep;content:counter(bsjstep);
  position:absolute;left:18px;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border-radius:50%;background:var(--bsj-petrol);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;
}
.bsj-steps li strong{display:block;}

.bsj-trustrow{
  display:flex;flex-wrap:wrap;gap:14px 22px;justify-content:center;font-size:.95rem;color:var(--bsj-petrol-dark);
  margin:0 0 26px;
}
.bsj-trustrow span{display:inline-flex;align-items:center;gap:7px;}
.bsj-check{
  display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;background:var(--bsj-petrol);color:#fff;
  font-size:.72rem;flex:0 0 auto;
}/* End custom CSS */