.category-wrapper img{
	height: 40px;
	width: auto;
	margin-right: 20px;
}
.category-wrapper .cat-header h2{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	color: #27283C;
}
.category-wrapper .cat-header{
	padding-bottom:30px ;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-wrapper .cat-body ul{
	margin-top: 35px;
	padding: 0;
}
.category-wrapper .cat-body li{
	padding:0;
	margin-bottom: 30px;
	list-style: none;
}
.category-wrapper .cat-body li a{
	padding-left: 26px;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1863DC;
	display: block;
}
.category-wrapper .cat-body li a .highlight{
	font-weight: 600;
}
.category-wrapper .cat-body li a:before{
	content: '';
	position: absolute;
	height: 24px;
	width: 11px;
	background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/page-icon-blue.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}
@media(min-width: 768px){
	.category-wrapper .cat-body ul.col2 li{
		display: inline-block;
		width: 49%;
	}
}