.contact{max-width:960px;padding:1rem 45px 45px}@media only screen and (max-width:985px){.contact{padding:8rem 0 0}}.main__contact{width:100%;margin-top:1rem}.main__contact_card__wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}@media only screen and (max-width:580px){.main__contact_card__wrapper{grid-template-columns:repeat(1,1fr)}}.contact__card{display:flex;justify-content:flex-start;align-items:center;padding:18px 10px;border-radius:5px;background-color:#fff;text-decoration:none;color:#000}.contact__card svg:first-child{font-size:2rem;color:#6341df}.contact__card h3{font-size:1.01rem;font-weight:300;margin-left:20px}.contact__card svg:last-child{font-size:1.5rem;color:#6341df;margin-left:auto;transition:all .3s ease-in-out}.contact__card:hover svg:last-child{rotate:40deg}