h2.title_textimage {
	color: black;
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 25px;
}

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

.left_block {
	padding-left: 105px;
}
.text_textimage p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}

.right_block {
	text-align: right;
}

.right_block img {
	max-width: 549px;       
	height: 315px;
	margin: 0px;
	display: inline-block;         /* Removes bottom spacing/margin */
}

.button_link {
	transition: transform 0.3s ease;
}

.button_link:hover {
	background-color: #3a7685;
}

section.text_image .left_block > * {
	width: 389px;
	padding-left: 105px;
	max-width: 100%;
}

section.text_image .left_block {
	padding-left: 0;
}

@media (max-width: 1199px) {
	.left_block {
		padding-left: 15px;
	}


	section.text_image .left_block > * {
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.text_image {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	section.text_image .left_block > * {
		padding-left: 0;
	}

	.left_block, .right_block {
		width: 100%;
	}

	h2.title_textimagebutton {
		margin-top: 0;
		line-height: 1.2;
	}

	.text_image_button {
		height: auto;
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.right_block_button {
		width: 100%;
	}

	.right_block_button img {
		max-width: 100%;
		margin-top: 0;
	}

	.right_block img {
		height: auto;
		max-width: 100%;
	}

	.text_image {
		height: auto;
		top: 0;
	}

	.left_block, .right_block {
		padding: 0;
	}

	.text_textimage p {
		font-size: 14px;
	}

	.text_image {
		padding-left: 15px;
		padding-right: 15px;
	}

	.text_image .right_block {
		display: none;
	}

	.text_image {
		padding-bottom: 35px;
	}
}
