.text_image h2 {
	text-align: center;
	font-size: 42px;
	line-height: 1.238;
	margin-bottom: 65px;
}

.title_text_image {
	font-size: 24px;
	line-height: 31px;
	color: var(--dark-blue);
	font-weight: bold;
	margin-bottom: 19px;
}

.content_text_image {
	margin-bottom: 30px;
}

.content_wraper {
	margin-bottom: 54px;
}

.button_text_image_wrapper .button {
	min-width: 160px;
}

.two_columns {
	position: relative;
}

.two_columns:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: var(--dark-blue);
}

.text_between {
	font-size: 42px;
	line-height: 1.238095;
	color: var(--dark-blue);
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
}

.two_columns .col:first-child .content_wraper,
.two_columns .col:first-child .image_wrapper {
	padding-right: 120px;
}

.two_columns .col:nth-child(2) .content_wraper,
.two_columns .col:nth-child(2) .image_wrapper {
	padding-left: 120px;
}

section.text_image {
	padding-top: 40px !important;
	border-bottom: 1px solid var(--light-blue);
	padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.text_image h2 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.text_between {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.carousel {
		transition: transform 0.6s ease-out;
	}

	.text_image h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 35px;
	}	

	.two_columns .col:first-child .content_wraper, .two_columns .col:first-child .image_wrapper {
		padding-right: 0;
	}

	.two_columns .col:nth-child(2) .content_wraper, .two_columns .col:nth-child(2) .image_wrapper {
		padding-left: 0;
	}

	.text_image_row {
		text-align: center;
	}

	.content_wraper {
		width: 330px;
		margin-left: auto;
		margin-right: auto;
	}

	.image_wrapper {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.button_text_image_wrapper .button {
		width: 100%;
	}

	.content_wraper {
		margin-bottom: 30px;
	}

	.text_between {
		transform: none;
		font-size: 32px;
		line-height: 40px;
		margin: auto;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 30px;
		margin-bottom: 30px;
		display: none;
	}

	.two_columns.text_image_row > .col:first-child {
		margin-bottom: 40px;
	}

	section.text_image {
		padding-bottom: 70px;
	}

	.text_between:before {
		content: '';
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		background-color: var(--light-blue);
		top: 50%;
	}

	.text_between span {
		background-color: white;
		display: inline-block;
		z-index: 1;
		position: relative;
		padding: 0 16px;
	}

	.two_columns:before {
		display: none;
	}
}
