*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:'Work Sans',sans-serif}.servicez-section{padding-block:30px}.servicez-heading{font-size:1.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:50px}.servicez-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-bottom:20px;grid-auto-rows:1fr}.servicez-card{background:url('../img/dots.png') center/contain no-repeat #fff;transition:transform .3s;display:flex;flex-direction:column}.servicez-image-wrap{position:relative;border-radius:12px 12px 0 0;overflow:hidden;height:220px;flex-shrink:0}.servicez-image-wrap img{display:block;width:100%;height:100%;object-fit:cover}.servicez-image-wrap::before{content:"";position:absolute;left:0;top:0;width:100%;height:0;opacity:1;z-index:1;pointer-events:none;background:rgba(255,255,255,.3);transition:height .5s}.servicez-card:hover .servicez-image-wrap::before{height:100%}.servicez-image-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.28) 100%);pointer-events:none}.servicez-info{position:relative;border-radius:10px;padding:22px 24px 26px;margin-top:-62px;margin-left:14px;margin-right:14px;z-index:2;flex:1;display:flex;flex-direction:column}.servicez-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fdf4f4;border-radius:10px 10px 0 0;padding:14px 24px;margin:-22px -24px 16px;flex-shrink:0}.servicez-number-title{display:flex;flex-direction:column;gap:2px}.servicez-number{font-size:13px;color:#b55503;font-weight:500;letter-spacing:.03em}.servicez-title{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.2}.servicez-icon{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 10px rgba(200,20,20,.12);transition:background .3s,box-shadow .3s}.servicez-icon svg{width:27px;height:27px;stroke:#f97809;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.servicez-card:hover .servicez-icon{background:#f97809;box-shadow:none}.servicez-card:hover .servicez-icon svg{stroke:#ffffff}.servicez-desc{font-size:14.5px;color:#777;line-height:1.65;margin-bottom:18px;flex:1}.servicez-divider{border:none;border-top:1px solid #ebebeb;margin-bottom:18px;flex-shrink:0}.servicez-link{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:700;color:#f97809;text-decoration:none;letter-spacing:.015em;transition:gap .2s;flex-shrink:0}.servicez-link:hover{gap:10px}.servicez-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media (max-width:900px){.servicez-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.servicez-grid{grid-template-columns:1fr}}.content-grid{--padding-inline:1rem;--content-max-width:1500px;--breakout-max-width:85ch;--breakout-size:calc((var(--breakout-max-width) - var(--content-max-width)) / 2);width:100%;display:grid;grid-template-columns:[full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size)) [content-start] min(100% - (var(--padding-inline) * 2),var(--content-max-width)) [content-end] minmax(0,var(--breakout-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]}.content-grid>:not(.breakout,.full-width){grid-column:content;width:100%;padding-inline:0px}.content-grid>.breakout{grid-column:breakout}.content-grid>.full-width{grid-column:full-width}