.section {
    margin: 20px 0 40px 0;
}

.section h2 {
    margin-bottom:20px;
}

header img {
    margin: 20px 0 20px 0;
    opacity: 0.7;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

ul.stylized {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.stylized li::before {
    content: " ";
}