/*
 * 2 blocks
*/

.two-blocks {
	padding-top: 10.7em;
}

.tiles + .two-blocks {
	padding-top: 8.5em;
}

.two-blocks .container {
	margin-top: -9.3em;
}

.two-blocks>div {
	padding-top: 1em;
	padding-bottom: 3em;
}

.buckets-item {
	background: #164771;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.149503);
	border-radius: 4px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}

.buckets-item:hover {
	color: #fff;
	opacity: 1;
}

.buckets-item-content {
	padding: 1.78em 1.94em 1.67em;
}

.buckets-item .h3 {
	padding-bottom: 1.18em;
	position: relative;
	margin-bottom: 0.93em;
	color: #fff;
}

.buckets-item .h3::after {
	content: "";
	background: #4ACD3E;
	display: block;
	width: 110px;
	height: 5px;
	position: absolute;
	bottom: 0;
	transition: .3s all;
}

.buckets-item:hover .h3::after {
	width: 200px;
}

.buckets-item-content p {
	font-weight: 300;
}

@media (max-width: 767px) {
	.two-blocks .col-md-6 {
		margin-bottom: 2em;
	}
}