.has-custom-text-size {
	font-weight: 300;
}

.fallback-div {
	background-image: url(../images/fallback-image.svg);
	transition: all 0.5s;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 1336px) {

	[data-layout="reverse-layout"] {
		flex-wrap: wrap-reverse !important;
		align-items: center !important;
		gap: 3.34rem;
		justify-content: center !important;
	}

	.enterprise-wordpress-solution
	[data-layout="reverse-layout"] {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 768px) {

	.enterprise-wordpress-solution
	[data-layout="reverse-layout"] {
		flex-wrap: wrap-reverse !important;
	}
}
