@media all{.subtitle{font-size: 1.25rem;font-weight: 600;margin-bottom: 20px;}.contact-layout{display: grid;grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 960px){.contact-layout{display: grid;grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 760px){.contact-layout{display: grid;grid-template-columns: repeat(1,1fr);}}@media screen and (max-width: 480px){}