.kws-shout-out {

	width: 100%;
	margin: 0 auto;
	padding:1em 1.5em; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight:800;
}

@media all and (min-width: 0px) and (max-width: 800px) {
    .kws-shout-out {
        font-size: 1.2em;
    }
}

@media all and (min-width: 800px) {
    .kws-shout-out {
        font-size: 1.45em;
    }
}
