Skip to content

Cart

Your cart is empty

Book an appointment

*{ box-sizing:border-box; } .custom-services{ width:100%; max-width:1400px; margin:0 auto; padding:10p} .custom-services-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; } .custom-service-card{ display:flex; align-items:center; /* THIS FIXES VERTICAL CENTER */ gap:16px; border:1px solid #dedede; border-radius:12px; padding:16px text-decoration:none; width:100%; min-height:135px; transition:0.2s ease; } .custom-service.custom-service-image{ width:110px; min-width:110px; height:110px; border-radius:8px; overflow:hidden; flex-shrink:0; } .custom-service-image img{ width:100%; height:100%; object-fit:cover; display:block; } .custom-service-content{ flex:1; display:flex; flex-direction:column; justify-content:center; /* CONTENT CENTER */ } .custom-service-title{ font-size:15px; font-weight:700; color:#111; margin-bottom:10px; line-height:1.3; } .custom-service-desc{ font-size:13px; line-height:1.6; color:#666; margin-bottom:14px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; } .custom-service-time{ font-size:13px; color:#666; } /* MOBILE */ @media(max-width:768px){ .custom-services-grid{ grid-template-columns:1fr; } .custom-service-card{ align-items:center; } }