.get-in-touch::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat;
}

.get-in-touch .row {
	flex-wrap: nowrap;
	overflow: scroll;
}

.get-in-touch__card {
	height: 91%;
}

.get-in-touch__card:hover {
	background-color: var(--secondary-palette-dark-grey-200) !important;
	transition: all 0.3s ease;
}

.get-in-touch__card:hover a {
	color: var(--primary-palette-blue) !important;
}
