
.entry-content .wp-block-custom-block-container {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
	padding: 30px 50px;
}

.bg-auto {
	background-size: auto !important;
}

.bg-cover {
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
}

.bg-100 {
	background-size: 100% !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.bg-repeat {
	background-repeat: repeat !important;
}

.bg-repeat-x {
	background-repeat: repeat-x !important;
}

.bg-repeat-y {
	background-repeat: repeat-y !important;
}

.w3eden h2.components-heading {
	font-size: 14px;
}
