main h1 { color: #377d1f; } @media (min-width: 40em) { main { display: grid; grid-template-columns: 1fr 1fr; } main h1 { margin-top: 0; } #contact-us { border-right: solid 1px #e05a00; /* Try to set this so that border does not go too far below photo. */ height: 28em; } #contact-us, #partners { margin: 2em; } #contact-us dl:not(:first) { margin-top: 0.2em; } #contact-us dl:not(:last) { margin-bottom: 0.2em; } #contact-us dd { margin-left: 0; } #contact-us dt, #contact-us dd { display: inline; } #contact-us figure { margin-left: 0; } #contact-us figure img { max-width: 30em; } #partners ul { display: flex; align-items: center; margin-top: 3em; padding-left: 0; } #partners ul li { list-style: none; padding: 0 2em; } }