.four-colorful-cols {
	padding: 0px 0 40px 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}
.four-colorful-cols.horizontal-padding-top-0 {
	padding-top: 0 !important;
}
.four-colorful-cols.horizontal-padding-top-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.four-colorful-cols.horizontal-padding-top-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.four-colorful-cols.horizontal-padding-top-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.four-colorful-cols.horizontal-padding-top-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.four-colorful-cols.horizontal-padding-top-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.four-colorful-cols.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.four-colorful-cols.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.four-colorful-cols.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.four-colorful-cols.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.four-colorful-cols.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.four-colorful-cols.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}

.four-colorful-cols .wrap h2 {
	margin: 0 0 var(--wp--custom--layout--spacing-56) 0;
}

.four-colorful-cols .wrap .cols {
	display: flex;
	gap: 40px;
	font-size: 16px;
	line-height: 120%;
}
.four-colorful-cols .wrap .cols .col {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	max-width: 50%;
	padding: var(--wp--custom--layout--spacing-32);
	background-color: var(--wp--custom--color--sand-light);
	min-height: 17vw;
}
.four-colorful-cols .wrap .cols .col div {
	align-self: flex-end;
}
.four-colorful-cols .wrap .cols .col h5 {
	width: 100%;
	margin: 0 0 20px 0;
	color:  var(--wp--custom--color--turquoise);
}
.four-colorful-cols.box-background-color-turquoise-light .wrap .col h5,.four-colorful-cols.box-background-color-turquoise-aqua .wrap .col h5,.four-colorful-cols.box-background-color-turquoise-sky .wrap .col h5 {
	color: #000;
}
.four-colorful-cols.box-background-color-turquoise-light .wrap .col {
	background: var(--wp--custom--color--turquoise-light);
}
.four-colorful-cols.box-background-color-turquoise-aqua .wrap .col {
	background: var(--wp--custom--color--turquoise-aqua);
}
.four-colorful-cols.box-background-color-turquoise-sky .wrap .col {
	background: var(--wp--custom--color--turquoise-sky);
}
.four-colorful-cols.box-background-color-sand .wrap .col {
	background: var(--wp--custom--color--sand);
}
.four-colorful-cols.box-background-color-sand-white .wrap .col {
	background: var(--wp--custom--color--sand-white);
}
.four-colorful-cols.box-background-color-sand-light .wrap .col {
	background: var(--wp--custom--color--sand-light);
}
.four-colorful-cols.box-background-color-sand-beige .wrap .col {
	background: var(--wp--custom--color--sand-beige);
}




@media (min-width: 2020px) {
	.four-colorful-cols .wrap .cols .col {
		min-height: 343px;
	}
}
@media (max-width: 1024px) {
	.four-colorful-cols .wrap .cols {
		flex-wrap: wrap;

	}
	.four-colorful-cols .wrap .cols .col {
		width: calc(50% - 20px);
	}

}
@media (max-width:768px) {
	.four-colorful-cols .wrap .cols {
		gap: 20px;
		flex-wrap: wrap;
	}

	.four-colorful-cols .wrap .cols .col {
		width: calc(50% - 10px);
	}

	.four-colorful-cols.horizontal-padding-top-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.four-colorful-cols.horizontal-padding-top-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.four-colorful-cols.horizontal-padding-top-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.four-colorful-cols.horizontal-padding-top-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.four-colorful-cols.horizontal-padding-top-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}

	.four-colorful-cols.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.four-colorful-cols.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.four-colorful-cols.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.four-colorful-cols.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.four-colorful-cols.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}

	.four-colorful-cols .wrap h2 {
		margin: 0 0  24px 0;
	}
}
@media (max-width:600px) {
	.four-colorful-cols .wrap .cols {
		gap: 20px;
		flex-wrap: wrap;
	}
	.four-colorful-cols .wrap .cols .col {
		width: calc(100% - 0px);
		max-width: 100%;
		min-height: 50vw;
	}
}
