.green_module {
	display: block;
	text-decoration: none;
}
.green_module * {
	color:#fff;
}
.green_module.horizontalmodule .text {
	float:left;
	width: 58%;
}
.green_module.horizontalmodule img {
	float: right;
	width: 32%;
	border: 4px solid #afe7e0;
}

.green_module.verticalmodule {
	padding:15px;
}
.green_module.verticalmodule img {
	width:100%;
}
.green_module h3 {
    font-size: 1.125em;
    font-weight: normal;

    margin-bottom: 20px;
}
.green_module.verticalmodule .text {
    margin-top: 26px;
}

@media screen and (max-width:1021px){
	.green_module.horizontalmodule .text {
		float:left;
		width: 100%;
	}
	.green_module.horizontalmodule img {
		display:none;
	}
}