.text_image_button {
	background-color: #F8F7F4;
	width: 100%;
	height: 325px;
}

h2.title_textimagebutton {
	color: black;
	font-size: 25px;
	margin-top: -30px;
}

p.text_textimagebutton {
	font-size: 14px;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 389px;
	max-width: 100%;
}

.left_block, .right_block_button {
	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: 0 10px;        /* Add some horizontal padding for spacing */
}

.right_block_button img {
	max-width: 480px;       
	max-height: 370px;
	margin: 0px;
	display: inline-block;         
	margin-top: -22.5px;
}

.right_block_button {
	text-align: center;
}

.left_block {
	padding-left: 220px;
}

a.button_link {
	color: white;
	text-decoration: none;
	font-weight: 700;
	background-color: #5DADC8;
	padding: 8px 28px;
	border-radius: 7px;
	margin-top: 40px;
	font-size: 12px;
}

.button_link_wrapper {
	text-align: center;
	width: 389px;
	max-width: 100%;
}

.text_image_button a.button_link {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.text_image_button {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.right_block_button {
		padding: 0;
		margin-top: 25px;
	}

	.right_block_button img {
		margin-top: 0;
	}
}
