main>div{display:flex;justify-content:center}iframe{width:400px;height:400px;background-color:#fff}div.vCard{display:grid;grid-template-columns:repeat(2,.75fr);grid-gap:.2em;align-items:center;height:400px;margin-left:2rem;font-size:1.5rem;font-weight:100}div.vCard>:nth-child(n):nth-child(-n+3){grid-column:span 2}div.vCard>:nth-child(10){grid-column:2/3}main a{color:#fff;text-decoration:underline}@media (max-width:800px){main{padding-top:1rem}main>div{flex-direction:column;justify-content:stretch;align-items:stretch}iframe{width:100%;height:calc(100vw - 2rem)}div.vCard{grid-template-columns:repeat(2,1fr);margin-top:1rem;margin-left:0}}