.full-width-image {
	padding: 120px 0;
}
.full-width-image h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.full-width-image p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

@media only screen and (min-width:768px) {
	.full-width-image p {
	    padding: 0 73px;	
	}
}