body {
  background-color: #FFFFFF;
    flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100vh;
}
#t4-intro ul li {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	padding: 0 0px 40px 75px;
	position: relative;
}