/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2023 | 09:47:15 */
* > p:last-child{
	margin-bottom:0;
}

* > p:first-child{
	margin-top:0;
}

.learn-section{
	position:relative;
	overflow:hidden;
}

.learn-section:before{
	content:"";
	display:block;
	position:absolute;
	top:100px;
	left:calc(50vw - 425px);
	width:100vw;
	height:480px;
	background:#EEE;
}