@charset "utf-8";
.sheep.module-1 {
	background-image: url(../images/module-br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-bottom: 10px;
}
.sheep.module-1 > div {
	background-image: url(../images/module-bl.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.sheep.module-1 > div > div {
	background-image: url(../images/module-tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.sheep.module-1 > div > div > div {
	background-image: url(../images/module-tl.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 28px;
	padding-left: 10px;
}
.sheep.module-1 h3 {
	color: #619210;
	color: #21607F;
}
