.contact-cards__intro{margin-bottom:30px}.contact-cards__wrapper{column-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:0;row-gap:30px}.contact-cards__item{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 0 1px #dedede,0 0 0 transparent;display:flex;flex-direction:column;justify-content:center;padding:30px}.contact-cards__link{text-decoration:none}.contact-cards__item img{max-height:50px}.contact-cards__item-text{font-weight:700;margin-top:15px}.contact-cards__item:hover{box-shadow:0 0 0 1px #dedede,0 4px 20px rgba(0,0,0,.2)}@media (max-width:992px){.contact-cards__wrapper{grid-template-columns:1fr 1fr}}@media (max-width:600px){.contact-cards__wrapper{grid-template-columns:1fr}}