.container-bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background-color: transparent;
	border-radius: 32px;
	box-shadow: 0px 20px 50px #06105822;
}