.heading {
	background: linear-gradient(-90deg, #73BD8C 0%, #8ACA9C 13%, #B2E0BA 40%, #CFF1D0 64%, #E1FBDD 85%, #E8FFE2 100%);
}

.heading .container {
	padding-top: 245px;
	padding-bottom: 60px;
}

.heading .logo {
	width: 378px;
}

.heading .content {
	width: 43%;
	margin-left: 51%;
	margin-top: 40px;
}

.heading .content p {
	margin-bottom: 50px;
	line-height: 44px;
	font-size: 32px;
	color: #0A2257;
}

.acquisitions {
	position: relative;
	background: #00403A;
	color: #fff;
}

.acquisitions .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 240px;
	background: #00403A url('../img/pattern.png') bottom repeat-x;
	opacity: 0;
	transition: opacity 1s;
}

.acquisitions .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 61px;
	padding-bottom: 229px;
}

.acquisitions h1 {
	width: 100%;
	margin-bottom: 81px;
	text-align: center;
}

.acquisitions .block {
	width: 49%;
	margin-bottom: 20px;
	padding: 58px 45px 50px 34px;
	border: 1px solid #fff;
	border-radius: 15px;
}

.acquisitions .block:hover {
	border-color: #E8FFE2;
	background: #E8FFE2;
	color: #00403A;
}

.acquisitions .block h4 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #B3FFA2;
	font-family: Duplet Open Semibold;
}
.acquisitions .block:hover h4 {
	color: #00403A;
}

.acquisitions .block p {
	line-height: 30px;
	font-size: 20px;
}

.group {
	color: #00403A;
}

.group .container {
	height: 789px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.group .content {
	width: 47%;
}

.group .content .title {
	margin-bottom: 54px;
}

.group .content p {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 20px;
}

.group img {
	width: 500px;
	height: 500px;
	margin-right: 38px;
}

@media (max-width: 900px) {

	.heading .container {
		padding-bottom: 90px;
	}

	.heading .content {
		width: auto;
		margin: 0;
	}

	.heading .logo {
		margin-bottom: 274px;
	}

	.acquisitions .container {
		padding-top: 83px;
	}

	.acquisitions h1 {
		margin-bottom: 62px;
	}

	.acquisitions .block {
		width: 100%;
		min-height: 308px;
		margin-bottom: 23px;
		padding: 55px 45px 50px 48px;
	}

	.group .container {
		flex-direction: column;
		height: auto;
		padding-top: 114px;
		padding-bottom: 92px;
	}

	.group .content {
		width: 100%;
		padding-bottom: 50px;
	}

	.group img {
		width: 560px;
		height: 560px;
		margin: 0;
	}
}

@media (max-width: 767.98px) {

	.heading .container {
		padding-top: 162px;
		padding-bottom: 71px;
	}

	.heading .logo {
		width: 242px;
		margin-bottom: 161px;
	}

	.heading .content p {
		margin-bottom: 0;
		line-height: 27px;
		font-size: 20px;
	}

	.acquisitions .container {
		padding-top: 78px;
		padding-bottom: 344px;
	}

	.acquisitions h1 {
		margin-bottom: 52px;
	}

	.acquisitions .block {
		min-height: 307px;
		margin-bottom: 20px;
		padding-top: 65px;
	}

	.acquisitions .block h4 {
		font-size: 25px;
	}

	.acquisitions .block p {
		line-height: 23px;
		font-size: 16px;
	}

	.group .container {
		padding-top: 87px;
	}

	.group .content {
		padding-bottom: 0;
	}

	.group .content .title {
		margin-bottom: 19px;
	}

	.group .content p {
		margin-bottom: 23px;
		line-height: 23px;
		font-size: 16px;
	}

	.group img {
		width: 360px;
		height: 360px;
		margin: 0;
	}

	.group .container {
		padding-bottom: 50px;
	}
}