.why_we_top_box.right {
	height: 320px;
	background: url(images/Rectangle4328.png) no-repeat center;
	background-size: cover;
}
.why_we_top_box_content h3 {
	font-weight: 400;
	font-size: 80px;
	line-height: 80px;
	margin-top: -8px;
}
.why_we_top_box_content h4 {
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}
.why_we_top_box_content p {
	font-weight: 500;
	position: relative;
	margin: 77px 0 0;
}
.why_we_top_box_content.right {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.box_content_img.right {
	display: flex;
	width: 50%;
	flex: 1;
}
.box_content_text.right {
	position: relative;
	display: flex;
	width: 50%;
	flex-direction: column;
	padding: 16px;
}
.box_content_text.right h3 {
	margin-bottom: 0;
}
.box_content_text.right a {
	position: absolute;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	padding: 14px 18px;
	background-color: #FFF;
	border-radius: 41px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #89CF2D;
}
.why_we_button{
	display: inline-flex;
	width: 20px;
	height: 20px;
	background-image: url(images/Vector.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right:7px;
}