@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card{opacity:0;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem;transition:all .3s;-webkit-animation:.5s forwards fadeInUp;animation:.5s forwards fadeInUp;box-shadow:0 1px 3px rgba(0,0,0,.1)}.service-card:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.service-card:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.service-card:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.service-card:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.service-card:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.service-card:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.service-card:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}.service-card:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.service-card:hover{background-color:#26498c;transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.service-card:hover .icon-container{background-color:rgba(255,255,255,.2)}.service-card:hover .service-icon,.service-card:hover h3,.service-card:hover p{color:#fff}.icon-container{background-color:#dbeafe;border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;transition:all .3s;display:flex}.service-icon{color:#26498c;width:2rem;height:2rem;transition:all .3s}.service-title{text-align:center;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;transition:color .3s}.service-description{color:#4b5563;text-align:justify;transition:color .3s}
