.elementor-10562 .elementor-element.elementor-element-fe6cb43{margin-top:-123px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-14b8fbf */.print-page .print-hero{
  background:#e6e6e6;
  padding:120px 0;
}

/* GRID */
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

/* TEXT BLOCK CENTER */
.hero-text{
  text-align:center;
  margin:0 auto;
}

/* HEADING */
.hero-text h1{
  font-size:44px;
  margin-bottom:20px;
  color:#000;
  text-align:center;
}

/* PARAGRAPH */
.hero-text p{
  font-size:18px;
  color:#333;
  margin:0 auto 30px auto;
  max-width:520px;
  text-align:center;
}

/* IMAGE */
.hero-image img{
  width:100%;
  max-width:520px;
  border-radius:18px;
  box-shadow:0 30px 70px rgba(0,0,0,0.15);
}

/* BUTTON */
.btn-primary{
  background:#000;
  color:#fff;
  padding:14px 34px;
  border-radius:40px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.btn-primary:hover{
  background:#ffcc00;
  color:#000;
}

/* MOBILE */
@media(max-width:768px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-text p{
margin:auto;
margin-bottom:25px;
}

.hero-image{
margin-top:30px;
}

}/* End custom CSS */