h1{
	font-size: 20px;
	line-height: 1.4;
	font-family: sans-serif;
}

p{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
}

h2{

	font-size: 25px;
	text-align: center;
	margin-top: 75px;

}

ul{
	list-style: none;
}

.title{
	font-weight: 500;
	font-size: 5em;
	margin-top: 80px;
	margin-left: 80px;
}

.sub{
	font-size: 3em;
	margin-top: 80px;
	margin-left: 80px;
}


.image--base{
	width: 1440px;
	height: 810px;
	display: block;
	margin-right: auto;
	margin-left: auto;


}


.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.image--1{
	width: 1200px;
	height: 3264px;
}