.red .content > div > section {
border-top: 7px solid #d54;
}
.red .content > div > section > header > h1 {
color: #d22;
}
.green .content > div > section {
border-top: 7px solid #6c6;
}
.green .content > div > section > header > h1 {
color: #4b4;
}
.blue .content > div > section {
border-top: 7px solid #59d;
}
.blue .content > div > section > header > h1 {
color: #48d;
}
.content > div > section > header {
padding: 20px 0 10px 0;
overflow: hidden;
}
.content > div > section > header > h1 {
float: left;
padding-top: 15px;
margin: 0;
font-size: 30px;
}
.content > div > section > header > svg {
float: right;
}