body.layout_3 .contentwrap .row.row-2-2 {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 20px;
}
body.layout_3 .contentwrap .row.row-2-2 .col {
	        padding: 20px;
        border: 1px solid #dcdcdc;
}
 @media screen and (max-width: 600px) {
	 body.layout_3 .contentwrap .row.row-2-2 {
		 grid-template-columns: 1fr;
	}
}