#Wrap2{
	background-color: #E1DCD0;
	padding: 30px;
}
#Wrap2Inner{
	display: flex;
	flex-flow: row wrap;
  	justify-content: space-around;
	gap: 20px;
}
.Wrap2Left{
	width: 49%;
}
.Wrap2Right{
	width: 49%;
	position:relative;
}
.Wrap2RightInner{
	position:absolute;
	bottom:0;
}
.Wrap2Left ul{
	color: white;
	font-weight: bold;
	font-size: 20px;
}
/* .Wrap2List{
	width: 90%;
} */

@media only screen and (max-width: 1050px) {
	.Wrap2Left{
		width: 100%;
		padding-bottom: 25px;
	}
	.Wrap2Right{
		width: 100%;
		position:relative;
	}
	.Wrap2RightInner{
		position:relative;
	}
	.Wrap2RightInner iframe{
		
	}
	.Wrap2Left ul{
		font-size: 16px;
	}
}