#service-cards{background:#f9fafb}#service-cards .container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}#service-cards .cards{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding-bottom:60px}#service-cards .card{box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;width:450px;transition:transform .3s ease,box-shadow .3s ease;margin:60px 30px 0}#service-cards .card{background:transparent;perspective:1500px;border:0;box-shadow:none;margin:60px 40px 0}#service-cards .card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;min-height:440px}#service-cards .card:hover .card-inner{transform:rotateY(180deg)}#service-cards .card-content{padding:30px}#service-cards .card h5{font-size:18px;font-weight:700;margin:0;color:#313841}#service-cards .card-desc{color:#313841;font-size:16px;line-height:1.5;margin-top:10px}#service-cards .card-button{margin-top:10px}#service-cards .card-button a{background-color:#46c3b2;color:#fff;border-radius:50px;font-size:14px;padding:10px 20px;width:100%;display:block;text-decoration:none;max-width:260px;margin:0 auto}#service-cards .card-front,#service-cards .card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;background:#fff}#service-cards .card-front img{max-width:100%;height:auto;object-fit:cover}#service-cards .card-back{display:flex;justify-content:center;align-items:center;padding:25px;transform:rotateY(180deg)}#service-cards .card-back .card-content{text-align:center;padding:0}@media only screen and (max-width:1720px){#service-cards .cards .card{margin:40px 20px 0}}@media only screen and (max-width:1560px){#service-cards .cards .card{width:360px}#service-cards .card-inner{min-height:410px}}@media only screen and (max-width:1200px){#service-cards .card-inner{min-height:400px}}@media only screen and (max-width:991px){#service-cards .cards .card{margin:30px 15px 0}}@media only screen and (max-width:767px){#service-cards .cards .card{margin:20px 10px 0}}