
.fixImage {
	position: relative;	
	display: flex;
	height:100%;
}



#aboutSection .manageDescription,
#historySection .manageDescription {
	margin-top:3rem;
}

@media only screen and (max-width:992px) {
	.fixImage {
		height:33vh;
	}
	.fixImage > div {
		position: relative !important;
		height: 100% !important;
	}
}

#organsSection {
	flex-direction:column;
}

#organsSection .payoffTitle {
	text-align: center;
	margin-bottom:3rem;
}

#organsSection .smallRound{
	width:11rem;
	height:11rem;
	border-radius:50%;
	overflow: hidden;
	position: relative;
	
}

#organsSection .title {
	margin-bottom:3rem;
	text-align: center;
}

#organsSection article {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	margin:0 -1rem;
}
#organsSection article > div {
	padding:0 1rem;
	margin-bottom: 2rem;
}
#organsSection article > div > div {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:4rem 2rem;
	
}

#organsSection article > div:nth-child(n + 2) .smallRound{
	width:6rem;
	height:6rem;
}


#organsSection article strong {
	margin-bottom:1.6rem;
	margin-top:1.2rem;
}
#organsSection article p {
	margin-bottom:2.6rem;
}

#organsSection #legalRevision {
	margin-top:7.5rem;
}

#societyAssetSection #assetSociety{
	margin-bottom:16rem;
}

#societyAssetSection img {
	margin-top:7rem;
}