/* https://www.gilliesjonesglass.co.uk/wp-content/themes/gilliesJones/_/css/editor-style-shared.css?ver=5.7.2 */
/** These styles are used in the backend editor AND in your Theme. **/
.two-col{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;	
	margin-bottom:20px;		
}