.guardian-breathers .grey-box {
	background: #ccc;
	padding: 15px 50px;
}

.guardian-breathers .grey-box .title {
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.green-divider {
	background: #76bd1d;
	color: #fff;
	padding: 10px 25px;
	font-size: 27px;
	line-height: 1.1;
	text-align: left; 
	min-height: 86px;
	position: relative;
	margin-bottom: 85px;
	font-weight: 600;
}

.green-triangle-left {
	position: absolute;
	width: 0;
	top: 76px;
	left: 80px;
	border-top: 75px solid #76bd1d;
	height: 0;
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
}

.guardian-logo-container {
	border-right: 1px solid #000; 
	padding-top: 8px; 
	text-align: right;
}

/* guardian-cover  */

@media (max-width: 768px) {
	.guardian-about {
		text-align: center;
	}

	.green-divider {
		height: auto;
		margin-bottom: 15px;
	}
	.guardian-logo-container {
		border: none;
	}
}

@media (min-width: 1200px) {
	.guardian-cover {
		max-height: 160px;
	}
}


@media (max-width: 992px) {
	.guardian-cover {
		max-height: 200px;
	}
}
