.tips-wrapper .headline .icon,
.articles-wrapper .headline .icon {
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background: #036a34;
	background: -moz-linear-gradient(top, #036a34 0%, #9acb49 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#036a34), color-stop(100%,#9acb49));
	background: -webkit-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: -o-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: -ms-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: linear-gradient(to bottom, #036a34 0%,#9acb49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036a34', endColorstr='#9acb49',GradientType=0 );
	color: #fff;
}

.tips-wrapper .col,
.articles-wrapper .articles-cols {
	border-top: 1px dotted #006634;
	border-bottom: 1px dotted #006634;
}

.tips-wrapper .col .tip:not(:last-child) {
	border-bottom: 1px dotted #006634;
}

.articles-wrapper .article:not(:last-child) {
	margin-bottom: 20px;
}

@media only all and ( min-width: 1001px ) {
	
	.tips-wrapper .col.mobile,
	.articles-wrapper .articles-cols .col.mobile {
		display: none;
	}
	
}

@media only all and ( max-width: 1000px ) {
	
	.articles-wrapper .articles-cols {
		width: 100%;
	}
	
	.tips-wrapper .col,
	.articles-wrapper .articles-cols .col {
		display: none;
	}
	
	.tips-wrapper .col.mobile,
	.articles-wrapper .articles-cols .col.mobile {
		display: block;
	}
	
}