.left_block, .right_block {
	display: inline-block;  /* This makes the blocks inline */
	vertical-align: middle; /* This will vertically align the blocks in the middle */
	width: 49%;             /* This gives a little space between blocks, adjust as needed */
	box-sizing: border-box; /* This ensures that padding and border are included in the total width */
	padding: 80px 10px;        /* Add some horizontal padding for spacing */
	padding-bottom: 0px;
}

h2.title {
	color: black;
	font-size: 25px;
	padding-top: 0px;
}

.text {
	font-size: 14px;
	line-height: 25px;
	max-width: 485px;
}

.image_text_button {
	padding-left: 37px;
	padding-right: 37px;
}

.image_text_button .right_block {
	padding-left: 10px;
}

.text_button {
	margin-bottom: 50px;
}

div.link_wrapper {
	text-align: left;
}

section.image_text_button h2 {
	margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.text_button {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.text_button {
		margin-bottom: 30px;
	}

	.image_text_button {
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.image_text_button .left_block,
	.image_text_button .right_block {
		width: 100%;
	}

	.image_text_button {
		padding-left: 0;
		padding-right: 0;
	}

	.image_text_button .left_block {
		padding-top: 0;
	}
}
