#content a .section {
	margin-bottom: 50px;
}

.section .headline {
    font-size: 3em;
    padding: 8px;
}

#content a .section img {
    opacity: 0.5;
}

#content a:hover .section img {
    opacity: 1;
}