h2 {
	line-height: 1;
}

@media (min-width: 992px) {
	.fifty-fifty--margin-default {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.fifty-fifty-image-text__left-content {
		margin-bottom: unset !important;
		justify-content: start !important;
	}
}

@media (max-width: 991px) {
	.fifty-fifty-image-text__left-content {
		margin-bottom: 40px !important;
		margin-top: 40px !important;
	}
	.fifty-fifty-image-text__right-content {
		margin-bottom: 40px !important;
	}
}