html:root body main section {padding:20px 30px;display:grid;gap:20px;grid-template-columns:1fr 2fr;max-width:1410px;}html:root body main section .aside {display:flex;flex-direction:column;gap:5px;}html:root body main section .aside h4, html:root body main section .aside h5 a {padding:20px;border-radius:10px;}html:root body main section .aside h4 {background-color:#423e3e;}html:root body main section .aside h5 a {background-color:#58585a;display:block;}html:root body main section .article {display:flex;flex-direction:column;gap:50px;}html:root body main section .article h4 {margin-top:-120px;padding-top:120px;}html:root body main section .article ul {padding-left:20px;display:flex;flex-direction:column;gap:25px;z-index:0;}html:root body main section .article ul li:hover {text-decoration-line:underline;text-decoration-thickness:from-font;text-underline-position:from-font;}@media (max-width:1023px) {html:root body main section {padding:20px 20px;display:flex;flex-direction:column;max-width:1390px;} html:root body main section .aside {z-index:0;} html:root body main section .article h4 {margin-top:-90px;padding-top:90px;}}