@jamietallman: Replace the above code I provided you by the following.
@media screen and (min-width:767px) {
/* To change the font size of Promotion Headline */
#promotion-message .section.left h2 {
font-size:25px;
}
/* To change the font size of Promotion Sub Headline */
#promotion-message .section.left p {
font-size:10px;
}
/* To change the position of Promotion Headline Text and button */
#promotion-message .left {
float:none;
}
#promotion-message .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#promotion-message .left {
order:2;
text-align:center;
}
#promotion-message .right a {
margin:0;
}
#promotion-message .section {
padding:10px;
}
}
To change background color of Promotion Headline
Go to => Appearance => Customize => Color Options => Promotion Headline Color Options => Change Background Color
Let me know if this helps you out!
Kind Regards,
Skandha