.elementor-677 .elementor-element.elementor-element-3f13510{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8b678a7 */.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:20px;
}

.service-box{
background:#f1f1f1;
padding:25px;
border-radius:12px;
text-align:center;
box-shadow:0 2px 8px rgba(0,0,0,0.1);
}

.service-box h3{
font-size:30px;
font-weight:700;
margin-bottom:20px;
line-height:1.5;
}

.service-box a{
display:inline-block;
background:#a33d87;
color:#fff;
padding:12px 30px;
border-radius:5px;
text-decoration:none;
font-weight:bold;
}

.service-box a:hover{
background:#8c2f72;
}/* End custom CSS */