.service-card{background:#fff;outline:1px solid #eaecf0;box-shadow:0px 0px 20px 5px rgba(84,204,152,.2);outline-offset:-1px;padding:1.5rem;border-radius:1.5rem;margin-left:-1.5rem;margin-right:-1.5rem;margin-top:2rem;margin-bottom:2rem;display:flex;flex-direction:column;line-height:1;gap:1.5rem}.service-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.service-header img{border:none!important;border-radius:0px!important;width:15rem!important;object-fit:contain}.service-header h3{font-size:2rem!important;font-weight:700!important;margin:0!important;line-height:1!important}.service-link{background:var(--main-color);color:#fff!important;border-radius:.5rem;padding:1rem 1.25rem;text-decoration:none;display:flex;font-size:1rem;font-weight:500;gap:.5rem;align-items:center;transition:.2s;user-select:none}.service-link:hover{background:var(--link-hover);transform:translateY(-2px)}.service-card h3{margin:.75rem 0 .25rem!important;font-weight:700!important}.service-content{display:flex;flex-direction:column;gap:.5rem}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card:nth-child(2n-1):last-child{grid-column:span 2}.stat-cards{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}.stat-card{display:flex;flex-direction:column;gap:.75rem;border-radius:.75rem;width:100%;padding:1rem;padding-right:.15rem;background:#edf4f1;justify-content:space-between}.stat-card-title{display:flex;align-items:center;font-size:1rem;gap:.4rem;font-weight:700;color:var(--main-color)}.stat-card-content{font-size:1.1rem;font-weight:600;margin-left:1px;text-wrap:pretty;line-height:1.3}.features{display:flex;flex-direction:column;gap:.75rem}.feature{display:flex;flex-direction:row;align-items:center;gap:.5rem}.feature:before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23007c48" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z"/></svg>');display:flex;height:24px}.pros-cons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pros-cons h3{margin-bottom:0!important}.pros,.cons{display:flex;flex-direction:column;gap:1rem}.pro,.con{display:flex;gap:.65rem}.pro-title,.con-title{min-height:1rem;line-height:1.2;align-content:center;text-wrap:pretty}.pro:before,.con:before{content:"";width:1.5rem;height:1.5rem;position:static;display:block;flex-shrink:0}.pro:before{content:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0ZM22 9.99609V21.9961H10V25.9961H22V37.9961H26V25.9961H38V21.9961H26V9.99609H22Z" fill="%23006239"/></svg>')}.con:before{content:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0ZM10 21.9961V25.9961H38V21.9961H10Z" fill="%23971B1B"/></svg>')}@media (max-width:768px){.service-card{margin-left:-1rem;margin-right:-1rem;max-width:100dvw!important;width:100dvw;border-radius:0px;padding:1rem}.stats,.stat-cards{display:flex;flex-direction:column}.service-link{padding:.75rem 1rem;font-size:.9rem;gap:.75rem}.pros-cons{display:flex;flex-direction:column;gap:1rem}}