#AboutUsHero{
	display: flex;
}
#AboutUsHero div{
	background-color: var(--j-main-color);
	color: var(--j-bg-color);
	text-align: center;
	width: 80%;
	margin: 100px auto;
	padding: 100px 50px;
	border-radius: var(--j-border-weird);
}
#AboutUsHero h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 55px;
	margin-bottom: 10px;
	margin-top: 0px;

}
#AboutUsHero h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 10px;
}
#Passion{
	display: flex;
	flex-direction: column;
}
#Passion>div:nth-child(2), #Security>div{
	display: flex;
	flex-direction: row;
}
.left, .right{
	width: 50%;
	padding: 20px;
	flex-direction: column;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.left img, .right img{
	max-width: 100%;
    height: auto;
    border-radius: var(--j-border-weird);

}
#Passion h3, #Security h3{
	font-size: 55px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
#Passion p, #Security p{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
#Security button{
	width: 200px;
    text-align: center;
}
#Security button a{
	margin: auto;
}
#Join{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 80px;
	background-color: #eee;
}
#Join h2{
	font-size: 55px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
#Join p{
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	margin-bottom: 10px;
	color: var(--j-light-color);
}
#Questions{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: var(--j-accent-color);
	color: var(--j-bg-color);
	border-radius: 30px;
	padding: 30px 100px 70px 100px;
	box-sizing: border-box;
}
#Questions>div:first-child{
	display: flex;
	flex-direction: row;
}
#Questions h2{
	font-size: 45px;
    line-height: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
#Questions strong{
	font-size: 30px;
	color: var(--j-bg-color);
	font-weight: 600;
	font-family: 'Poppins';
}

#Questions p{
	color: var(--j-main-color);
	font-size: 26px;
	font-family: 'Sora';
	font-weight: 100;
}
#Questions button{
	background-color: var(--j-main-color);
	width: 300px;
	margin: auto;
}
#Questions button a{
	width: 100%;
	text-align: center;
}
#Control h2, #Expenses h2, #Interaction h2, #Financial h2{
	font-size: 45px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
}

#Financial picture{
	text-align: center;
}
#Control h6, #Expenses h6, #Interaction h6, #Financial h6{
	font-size: 16px;
	font-family: 'Sora', sans-serif;
	font-weight: 300;
	color: var(--j-light-color);
	margin-top: 0px;
}
#Control button, #Expenses button, #Interaction button, #Financial button{
	width: 300px;
	margin: 20px auto;
}
#Control button a, #Expenses button a, #Interaction button a, #Financial button a{
	width: 100%;
	text-align: center;
}
#Control p, #Expenses p, #Interaction p, #Financial p{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: var(--j-light-color);
	margin-top: 0px;
}

@media only screen and (max-width: 800px) {
	#AboutUsHero div{
		padding: 100px 30px;
		margin: 30px auto;
	}
	#Questions{
		padding: 30px 10px 70px 10px;
		width: 90%;
	}
	#Questions h2{
		font-size: 40px;
		text-align: center;
	}
	#Passion{
		width: 80%;
    	margin: auto;
	}
	#Passion>div:nth-child(2), #Security>div{
		flex-direction: column;
	}
	#Passion h3, #Security h3{
		font-size: 45px;
	}
	#Questions>div:first-child{
		flex-direction: column;
	}
	#Interaction, #Control{
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 500px) {
	
}











