.sec03 .article h1 {
    display: block;
    color: inherit;
}

.container.noList {
    background: white;
}


.article {
    background: white;
    max-width: 750px;
    margin: 6em auto;

}
.article h2 {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.article p {
	margin-bottom: 1em;
}

.article ul {
    margin: 0 0 1em 1em;
}