.content-container-bg {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(7px);
	background-image: url(/wp-content/uploads/2023/06/iStock-1206201984-scaled.jpg);
	padding: 6em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-container-bg h3 {
	margin-bottom: 0.5em;
}

.content-container-bg p {
	font-weight: 500;
	/*font-size: 1.25em;
	line-height: 1.7;*/
}

@media (max-width: 480px){
	.content-container {
		margin: 30px 0 50px;
	}

	.content-container-bg {
		padding: 24px 20px;
	}

	/*.content-container-bg p {
		font-size: 18px;
		line-height: 32px;
	}*/
}