#mainContentsContainer h1{
	margin-top: 3vw;
	margin-bottom: 1vw;
}

h2{
	font-size: calc(5pt + 1.5vw);
	margin-bottom: 8vw;
}

h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-style: italic;
	text-align: left;
	font-size: calc(10pt + 1vw);
	margin-top: 5vw;
	margin-bottom: 1vw;
}

p{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: calc(8pt + 0.8vw);
	margin-bottom: 0.5vw;
}

#mainContentsContainer > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#mainContentsContainer > div > div{
	width: 100%;
	margint-bottom: 5vw;
}

h4{
	font-size: calc(8pt + 2vw);
	margin: 2vw 2.5vw 2vw 0;
	text-indent: 1em;
}

img{
	width: 60%;
	margin: 2vw auto;
	display: block;
}

#mainContentsContainer > div > div > p{
	text-indent: 1em;
}

ul{
	margin: 3vw 0 2vw 2vw;
	position: relative;
	padding-top: 3vw;
}

ul:before{
	content: "";
	position: absolute;
	width: 40%;
	display: block;
	background-color: white;
	height: 1px;
	top: 0;
	left: 30%;
}

li{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: calc(8pt + 0.8vw);
	margin-bottom: 0.3vw;
}


@media screen and (min-width: 769px){
	
	#mainContentsContainer > div > div{
		width: 47%;
	}


}