.split-screen{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:12rem;gap:12rem}@media only screen and (max-width:60em){.split-screen{grid-template-columns:1fr;gap:6.4rem}.split-screen__left,.split-screen__right{max-width:60rem;margin-inline:auto}.split-screen--top{grid-row:1}}