/* Additional styles, call with 'style2' parameter */
div#actual-form:before {
content: "Renew your donation to Wikipedia";
display: block;
text-align: center;
font-size: 1.2em;
}
@media screen and (max-width: 981px) {
div#actual-form:before {
font-size: 1em;
}
}