.service-cards{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.service-cards__card{align-items:center;background:linear-gradient(174.58deg,#f6f2ff -39.48%,#f3fbff 95.66%);display:flex;flex-direction:column;gap:16px;margin-bottom:13px;padding:3rem 2rem;text-align:center}.service-cards__icon img{height:40px;max-width:55px}.service-cards__title{font-size:20px;font-weight:700;margin-bottom:10px}.service-cards__description{font-size:18px;line-height:28px}.service-cards__actions{display:flex;flex:1;flex-direction:column;justify-content:flex-end}.service-cards__cta,.service-cards__cta:active,.service-cards__cta:focus,.service-cards__cta:hover{align-self:flex-end;background-color:#000;border:2px solid #000!important;border-radius:36px;box-shadow:none;color:#fff;margin-bottom:0!important;padding:8px 26px}.service-cards__cta:hover{background-color:transparent;color:#000}@media screen and (min-width:768px){.service-cards{gap:2rem;grid-template-columns:repeat(3,1fr)}}