.contact{display:flex;padding-top:200px;padding-bottom:120px;gap:60px;background:#eee8ff;justify-content:space-between}.contact>div>h3{color:#000;font-size:2rem;line-height:2rem;font-weight:700;margin-top:50px;margin-bottom:15px}.contact>div>p{color:#000;font-size:20px;font:normal normal normal 20px/40px HK Grotesk,sans-serif}.contact>div>h4{color:#000;font-size:2rem;line-height:2rem;font-weight:700;margin-bottom:15px}.contact>.card{width:60%}.row{gap:22px}.row>.input:first-child{width:66%}.row>.input:last-child{width:33%}@media screen and (max-width:1000px){.contact{flex-direction:column;gap:60px}.contact>.card{width:100%}.contact>div>h3{margin-top:0}}@media screen and (max-width:700px){.row{flex-direction:column;gap:0}.row>.input:first-child,.row>.input:last-child{width:100%}}