.content_nav {width: 1024px; height: fit-content; margin: 0 auto; padding: 20px; background-color: white; display: flex; align-items: center;}

    ul#content_nav_links {width: 100%; display: flex; align-items: center; justify-content: space-between;}
    ul#content_nav_links li:nth-child(1) {font-weight: 100;}

main {display: block;}

.help_content {padding: 10px 0; border-bottom: 1px solid;}
.help_content img {width: 400px;}
.help_content button {width: 100%; border: none; background-color: transparent; padding: 0; text-align: left; font-weight: 600;}

.help_info {display: none; padding: 10px;}

/*.help_step {display: none;}*/

.help_step h2 {margin-top: 45px; color: #639ace;}

.help_step img {width: 400px; border: 1px solid gray;}

.help_step.active {display: block;}