/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.newspaper {
  column-count: 2;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color:#ddd;
}

ul li { list-style-type: circle; margin-left:10px; }

@media only screen and (max-width: 600px) {
.newspaper {
	column-count: 1;
	}
}

