section#register { text-align: center; }
section#register .container > div { max-width: 800px; margin: 40px auto; }
.questions { text-align: left; }
.questions.row-container > div { margin: 10px 0; }

@media (max-width: 1024px) { 
.form .col6:nth-child(odd) { margin-bottom: 10px; }
.questions .col6:nth-child(odd) { margin-bottom: 10px; }
.questions .col8 { margin-top: 10px; }
}
