/* body {
	background: black;
} */
.section-4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 50vh;
	background: black;
}

.cocoon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 75%;
	background: transparent;

}

.cocoon-svg {
	width: 50%;
}
#yoga {
	--shadow-blur: 0px;
	--shadow-color: rgba(0, 0, 0, 0);
	width: 300px;
	filter: drop-shadow(0px 0px var(--shadow-blur) var(--shadow-color));
}
#yoga {
	/*start ------------*/
	/* width: [object Object]px; 
	height: [object Object]px;  */
	/* background: #240724;
	border: solid #bdbdbd 0;
	box-shadow: 3px -1px 47px rgba(247, 247, 247, 0.6);
	-webkit-box-shadow: 3px -1px 47px rgba(247, 247, 247, 0.6);
	-moz-box-shadow: 3px -1px 47px rgba(247, 247, 247, 0.6); */
}
