#image_text_columns h2 {
	text-align: center;
	max-width: 795px;
	margin: auto;
	margin-bottom: 60px;
	color: var(--dark-blue);
}

#image_text_columns {
	margin-bottom: 79px;
}

#image_text_columns .row {
	display: flex;
	overflow: visible;
}

#image_text_columns .col {
	flex: 1;
	float: none;
	display: flex;  /* Make the .col a flex container */
}

.image_text_column {
	flex: 1;
	border-radius: 4px;
	box-shadow: 0 12px 24px -10px rgba(36,48,110,0.2);
	background-color: white;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}

a.image_text_column:hover {
	transform: scale(1.01);
}

.title_column {
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.291667;
	color: var(--dark-blue);
}

.text_column {
	margin-bottom: 25px;
	flex: 1;
}

.button_column_wrapper {
	margin-top: auto;
}

.image_column_content {
	padding: 26px;
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.carousel {
	transition: transform 0.2s ease-out;
}

@media (min-width: 768px) and (max-width: 991px) {
	.title_column {
		font-size: 20px;
	}

	.image_column_content {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	a.image_text_column:hover {
		transform: scale(1);
	}

	#image_text_columns .row {
		width: calc(310px * 3);
		margin-left: -7px;
		margin-right: -7px;
	}

	#image_text_columns .col {
		width: 310px !important;
		float: left;
		padding-left: 7px;
		padding-right: 7px;
	}

	.column_nav {
		text-align: center;
		margin-top: 30px;
	}

	ul.bullets {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
		vertical-align: middle;
	}

	.bullets li {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		display: inline-block;
		margin-right: 19px;
		background-color: #A7ACC5;
		cursor: pointer;
	}

	.bullets li.active {
		background-color: var(--dark-blue);
	}

	.bullets li:last-child {
		margin-right: 0;
	}

	.nav_arrow {
		width: 10px;
		height: 16px;
		vertical-align: middle;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

	.nav_arrow.left {
		margin-right: 17px;
		background-image: url(../../img/chevron-left-mobile.svg);
	}

	.nav_arrow.left.disabled {
		background-image: url(../../img/chevron-left-mobile-grey.svg);
	}

	.nav_arrow.right {
		margin-left: 17px;
		background-image: url(../../img/chevron-right-mobile.svg);
	}

	.nav_arrow.right.disabled {
		background-image: url(../../img/chevron-right-mobile-grey.svg);
	}

	#image_text_columns h2 {
		margin-bottom: 23px;
	}

	.swipe_animation {
		width: 89px !important;
		height: 89px !important;
		background-color: white;
		border-radius: 50%;
		position: absolute;
		left: 200px;
		top: 78px;
		z-index: 1;
	}

	.columns_row_wrapper {
		position: relative;
	}
}
