
.sectionOne {
	background-color: #DAE5EA;
}

.comeToMe {
	padding: 3% 7%;
}

.comeToMeVerse {
	padding: 3% 7% 0 7%;
	font-family: neucha, sans-serif;
	display: flex;
	justify-content: space-between;
	color: #56497F;
	font-size: 24px;
	text-align: center;
}
.reference {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.comeImg {
	padding: 0 7% 4% 7%;
}
.comeImg img{
	width: 100%;
	height: auto;
}

.sectionTwo {
	background-color: #E5E5E5;
}

.answers{
	display: flex;
	padding: 3% 7%;
	justify-content: space-between;
}

.answers h3 {
	color: #297988;
}

.left{
	padding-top: 1em;
	width: 15%;
}
.left img{
	width: 100%;
}
.right{
	width: 75%;
}

#section2_1{
	display: block;
}

.section2_1_1{
	display: flex;
	justify-content: space-between;
}

.section2_1_2 {
	display: flex;
	justify-content: space-between;
}

.section2_1_3 {
	display: flex;
	justify-content: space-between;
}

.right1_3 {
	display: flex;
	justify-content: space-between;
}

.list{
	width: 45%;
}
.list li{
	list-style-type: none;
	margin-left: -2.5em;
}
.IAmTheWay{
	font-family: Neucha;
	font-size: 20px;
	text-align: center;
	color: #56497F;
	letter-spacing: 0.025em;
	padding: 2em 0;
}


@media screen and (max-width: 950px){
	.comeToMeVerse {
		display: block;
	}
}

@media screen and (max-width: 630px) {
	.right1_3 {
		display: block;
	}
	.list {
		margin: -1em 0;
	}
	
}





