.get-in-touch-card{border:1px solid var(--border-color);border-radius:8px;background-color:#fff;padding:16px;transition:all .2s ease-in}.get-in-touch-card:hover{cursor:pointer;background-color:var(--primary-color)}.get-in-touch-card .git-card-icon{height:48px;width:48px;border-radius:36px;border:1px solid var(--primary-color);display:flex;align-items:center;justify-content:center;margin-right:15px;background-color:var(--white)}.get-in-touch-card .git-card-icon svg{width:18px}.get-in-touch-card .title{color:var(--primary-color)}.get-in-touch-card:hover .card-desc,.get-in-touch-card:hover .title{color:var(--white)}.get-in-touch-card .card-desc{font-size:14px;color:#6d6d6d}