.service-cards-section{background-color:none;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);overflow:hidden;padding:32px 24px;position:relative;text-align:left;transition:all .3s ease-out;width:100%}.service-cards-card,.service-cards-content{display:flex;flex-direction:column;height:100%}.service-cards-content{align-items:center;gap:12px}.service-cards-image{align-items:center;border-radius:12px;display:flex;height:120px;justify-content:center;margin:0 auto 16px;overflow:hidden;transition:all .3s ease;width:100%}.service-cards-image img{display:block;height:auto;object-fit:cover;padding:0;width:120px}.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}@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:90px;width:90px}}@media (max-width:768px){.service-cards-card-grid{gap:16px;grid-template-columns:1fr;padding:0}.service-cards-card{padding:16px}.service-cards-image{height:90px;width:90px}}