.cardWrapper{gap:var(--space-16);text-align:center;grid-template-columns:repeat(3,1fr);width:100%;display:grid}@media (max-width:1000px){.cardWrapper{grid-template-columns:1fr;gap:6rem;margin-top:2rem}}
.srvCardWrapper{align-items:center;gap:1rem;width:100%;display:flex}.h3{margin-bottom:1rem;line-height:35px}.view-more{margin-top:2rem;display:inline-block}.srvCardWrapper{flex-direction:column;display:flex}.srvImgWrapper{position:relative}.srvImgBg{background-color:var(--secondary);z-index:-1;border-radius:100%;width:200px;height:200px;animation:5s infinite anmImg;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}.srvImg{position:relative}@keyframes anmImg{0%{transform:translate(-50%)}25%{transform:translate(-45%,5%)}50%{transform:translate(-55%)}75%{transform:translate(-45%,-5%)}to{transform:translate(-50%)}}.element{animation:8s linear infinite anmImg}@media (max-width:1000px){.srvCardWrapper{width:100%;padding-left:5%;padding-right:5%}.srvImg{width:150px}}
