*{
    padding: 0;
    margin: 0;
}

.clear::after{
    content: "";
    display: block;
    clear: both;
}


body{
    background-color: #F3F4F9;
}

.footer{
    width: 100%;
    background-color: white;
    padding: 48px 0px 0px 40px;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
}


.synopsis{
    width: 1440px;
	background-color: #ffffff;
    /* background-color: red; */
	border-radius: 40px;
    margin-top: -126px;
    min-height: 500px;
    padding: 30px;
    position: relative;
    z-index: 999;
}

.CompanyProfile{
    /* width: 1204px; */
    /* background-color: red; */
    padding: 30px;
   
}

.CompanyProfile_title{
    text-align: center;
    padding-bottom: 36px;
    padding-top: 36px;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.7em;
	letter-spacing: 0px;
	color: #000000;
}

.CompanyProfile_content{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.7em;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.6;
}
.CompanyProfile_content p{
    line-height: 1.75em;
}

.Environment{
    width: 732px;
	height: 337px;
    margin: 50px 0px;
}