.service-cards-section{background-color:transparent;overflow:hidden;padding:10px 0;position:relative}.service-cards-card-grid{display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1240px;padding:0;position:relative;z-index:1}.service-cards-card-wrapper{display:flex;height:100%}.service-cards-card{background-color:#f4f4f4;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;padding:32px 24px;position:relative;text-align:left;transition:all .3s ease-out}.service-cards-card,.service-cards-content{display:flex;flex-direction:column;width:100%}.service-cards-content{align-items:center;gap:12px;height:100%}.service-cards-image{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:60px;justify-content:center;margin:0 auto 16px;overflow:hidden;transition:transform .3s ease;width:60px}.service-cards-image img{display:block;height:100%;object-fit:contain;width:100%}.service-cards-card:hover .service-cards-image{transform:scale(1.05)}.service-cards-content h3{line-height:1.25;margin-bottom:0;text-align:center}.service-cards-content p{line-height:1.75;margin-bottom:0;text-align:center}@media (max-width:1024px){.service-cards-card-grid{gap:24px;grid-template-columns:repeat(2,1fr);padding:0 24px}.service-cards-card{padding:24px}.service-cards-image{height:50px;width:50px}}@media (max-width:768px){.service-cards-card-grid{gap:16px;grid-template-columns:1fr;padding:0 16px}.service-cards-card{padding:16px}.service-cards-image{height:48px;width:48px}}