.service-cards{display:grid;gap:45px}.service-cards .card{border-radius:20px;-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.1);box-shadow:0 3px 6px 1px rgba(0,0,0,.1);transition:.3s ease-in-out}.service-cards .card:hover{-webkit-box-shadow:0 3px 6px 5px rgba(0,0,0,.1);box-shadow:0 3px 6px 5px rgba(0,0,0,.1)}.service-cards .card a{color:#201d22}.service-cards .card a:hover{text-decoration:none}.service-cards .card .image{border-radius:20px 0 0 20px;width:40%}.service-cards .card.third .image{border-radius:20px 20px 0 0}.service-cards{grid-template-columns:repeat(2,1fr)}.service-cards.threes{grid-template-columns:repeat(3,1fr)}.service-cards.threes .card a{flex-direction:column}.service-cards .card .content{display:flex;flex:1;flex-direction:column;justify-content:space-between}.service-cards .card .image{align-items:center;display:flex;justify-content:center}.service-cards .card .image img{max-width:80%!important}.service-cards.threes .card.third .image{height:180px;width:100%}.service-cards.threes .card.third .image img{max-height:150px}.service-cards .card .content{padding:50px 40px;width:65%}.service-cards .card .content p:last-of-type{margin-bottom:0}.service-cards.threes .card.third .content{padding:35px 25px;width:100%}.service-cards .card:not(.third) .content h3{font-size:1.875rem}.service-cards .card .content h3{font-size:1.375rem}.service-cards .card .link{color:#591bdd}.service-cards .card:not(.third) .content .link{margin-top:70px}.service-cards .card.third .link{margin-top:2.5rem}@media (max-width:1024px){.service-cards.threes{grid-template-columns:repeat(2,1fr)}}@media (max-width:1045px){.service-cards,.service-cards.threes{grid-template-columns:repeat(1,1fr)}.service-cards .card a{flex-direction:column}.service-cards .card .image{border-radius:20px 20px 0 0;height:180px;width:100%}.service-cards .card .image img{max-height:150px;width:auto}.service-cards .card .content{flex:auto;padding:35px 25px;width:100%}.service-cards .card:not(.third) .content a{margin-top:25px}}@media (max-width:400px){.service-cards .card .content{padding:35px 10%}}