.citation {
	background-color: #e41b12;
    text-align: center;
    padding: 48px;
}

.citation h3 {
	color: white;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Tilt Warp', cursive;
}

@media (min-width: 1200px){
    .citation h3 {
        font-size: 32px;
    }
}