/*
Theme name: BW Worldwide Sales Newsletter
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.list-gallery li p {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
}

.list-gallery li h4 {
    margin-bottom: 15px;
    font-size: 20px;
	margin-top: 55px;
}

.list-gallery li h4:before {
      content:' ';
    display:block;
    border:1px solid #cccccc;
	    margin-bottom: 23px;

}