.container {
display: flex;
flex-direction: column;
gap: 2rem;
section {
gap: 1rem;
ul {
list-style-type: disc;
padding-left: 1rem;
}