.home-services-cards{border-radius:12px;box-sizing:border-box;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));padding:20px}.home-services-card{background:#fff;border-radius:18px;box-shadow:0 1px 4px rgba(0,0,0,.16);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:25px;position:relative;transition:.1s}.home-services-card *{color:#444}.home-services-card-icon{color:#48f;font-size:45px;margin-bottom:15px}.home-services-card-h3 h3{font-size:24px;font-weight:700;margin:10px 0 24px}.home-services-card-p{flex:1;font-size:18px;line-height:1.5;margin-bottom:20px}.home-services-card-button{background-color:#f1f8ff;border-radius:8px;color:#48f;cursor:pointer;margin-top:auto;max-width:230px;overflow:hidden;padding:10px 0;position:relative;text-align:center;width:100%}.home-services-card-button a{color:#48f;font-size:16px;position:relative;text-decoration:none;z-index:1}.home-services-card-button img{opacity:0;position:absolute;right:20px;top:52%;transform:translateY(-50%);transition:.3s ease;width:18px}.home-services-card:hover .home-services-card-button img{opacity:1;right:10px}.home-services-card-p{font-size:16px}.home-services-cards-container{margin:auto;width:87%}.home-services-card:hover .home-services-card-h3 h3,.home-services-card:hover .home-services-card-p{color:#fff}.home-services-card:hover{background:#007aff}.home-services-card:hover .home-services-card-icon{color:#fff}.home-services-card:hover .shape1{transform:scale(1);-webkit-transition-delay:.3s;-ms-transition-delay:.3s;transition-delay:.3s}.home-services-card:hover .shape2{opacity:.4;transform:scale(1);-webkit-transition-delay:.6s;-ms-transition-delay:.6s;transition-delay:.6s}.shape1{height:250px;opacity:.35;right:-147px;top:-140px;width:250px}.shape1,.shape2{background:#fff;border-radius:50%;content:"";position:absolute;transform:scale(0);-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}.shape2{height:300px;opacity:.15;right:-150px;top:-153px;width:300px}@media (max-width:520px){.home-services-cards{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}