section#actuals,
section#blogs {
	margin: 0;
	padding: 36px 0 45px;
	background-color: #f1f1f1;
	width: 100%;
}
section#actuals + section#actuals {
	margin-top: -20px;
	padding-top: 0;
}
section#actuals .wrapper h2,
section#blogs .wrapper h2 {
	margin: 0 0 18px 20px;
	padding: 0;
	font: normal 24px/32px roman;
	color: #8e8e8e;
}
section#actuals .wrapper .items {
	padding: 0 15px;
}
section#actuals .wrapper .item,
section#blogs .wrapper .item {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
}
section#actuals .wrapper .item img,
section#blogs .wrapper .item img {
	display: block;
	width: 100%;
}
section#actuals .wrapper .item h3,
section#blogs .wrapper .item h3 {
	margin: 15px 0 0 0;
	padding: 0 10px;
	font: normal 20px/22px medium;
	color: #106d3b;
	text-transform: uppercase;
}
section#actuals .wrapper .item p,
section#blogs .wrapper .item p {
	margin: 0 0 15px;
	padding: 0 10px;
	font: normal 16px/22px Arial;
	color: #545454;
}
section#actuals .wrapper .item .button,
section#blogs .wrapper .item .button {
	display: block;
	width: 270px;
	margin: 0 auto 10px;
	padding: 0 38px;
	font: normal 16px/42px heavy;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}
section#actuals .wrapper .more,
section#blogs .wrapper .more {
	float: right;
	margin: 6px 15px 0 0;
	font: bold 16px/18px Arial;
	text-align: center;
	color: #106d3b;
}
@media (min-width: 768px) {
section#actuals .wrapper,
section#blogs .wrapper {
	margin: 0 auto;
}
section#actuals .wrapper .items {
	padding: 0;
	margin: 0 0 20px 0;
}
section#actuals .wrapper .item,
section#blogs .wrapper .item {
	float: left;
	margin: 0 15px;
}
section#actuals .wrapper .item img,
section#blogs .wrapper .item img {
	width: 100%;
	height: auto;
}
section#actuals .wrapper .item .button,
section#blogs .wrapper .item .button {
	width: 80%;
}
section#actuals .wrapper .item .button {
	color: #fff;
	background-color: #3269ce;
}
}
@media (min-width: 970px) {
section#actuals,
section#blogs {
	position: relative;
	margin: 0;
	background-position: center top;
	background-size: cover;
}
section#actuals .wrapper,
section#blogs .wrapper {
	padding: 0;
}
section#actuals .wrapper:after{
	display: table;
	content: '';
	clear: both;
}
section#actuals .wrapper h2,
section#blogs .wrapper h2 {
	font: normal 30px/32px roman;
}
section#actuals .wrapper .item,
section#blogs .wrapper .item {
	margin: 0 15px;
}
section#actuals .wrapper .more,
section#blogs .wrapper .more {
	text-align: right;
}
section#actuals .wrapper .item img,
section#blogs .wrapper .item img {
	height: auto;
	padding: 0;
}
section#actuals .wrapper .item h3,
section#blogs .wrapper .item h3 {
	margin: 15px 0px 6px 10px;
	padding: 0;
}
section#actuals .wrapper .item p,
section#blogs .wrapper .item p {
	margin: 0px 0 11px;
	font: normal 16px/22px Arial;
}
section#actuals .wrapper .item .button,
section#blogs .wrapper .item .button {
	float: left;
	width: auto;
	margin: 0 0 13px 10px;
	padding: 0 41px;
	font: normal 16px/42px heavy;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}
}
@media (min-width: 1170px) {
section#actuals .wrapper,
section#blogs .wrapper {
	width: 1170px;
}
section#actuals .wrapper h2,
section#blogs .wrapper h2 {
	margin: 0 0 16px 30px;
}
section#actuals .wrapper .item,
section#blogs .wrapper .item {
	width: 360px;
	margin: 0 15px;
	overflow: hidden;
	padding: 0 29px 20px;
	border: 1px solid #d8d8d8;
}
section#actuals .wrapper .item img,
section#blogs .wrapper .item img {
	width: 358px;
	height: 236px;
	margin: 0 -29px 32px;
	padding: 0;
}
section#actuals .wrapper .item h3,
section#blogs .wrapper .item h3 {
	margin: 0 0 10px;
	padding: 0;
}
section#actuals .wrapper .item p,
section#blogs .wrapper .item p {
	margin: 0px 0 14px;
	padding: 0;
}
section#actuals .wrapper .item .button,
section#blogs .wrapper .item .button {
	margin-left: 0;
}
}
