.pro{
	width:350px;
	background: #ffffff;
	height: 400px;
	position: absolute;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	border-radius: 20px;
	margin-left: 0px;
	margin-top:80px;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:1;
}

@media screen and (min-width: 768px){
.pro{
	width:620px;
	background: #FFFFFF;
	height: 385px;
	position: absolute;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	border-radius: 20px;
	margin-left: 0px;
	margin-top:60px;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:1;
	pointer-events:stroke;
}
}