* {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body header {
	 position: fixed;
	 display: flex;
	 justify-content: center;
	 width: 100%;
	 z-index: 997;
	 background: #fff;
}
 body .container {
	 max-width: 1140px;
	 width: 100%;
}
 body section, body .how-about-area, body .fact, body .blog {
	 display: flex;
	 justify-content: center;
	 background-color: #4b75cd17;
}
 body .how-about-area, body .blog {
	 background-color: transparent;
}
 body .fact {
	 background: linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
}
 