:root {
    --ocean: #007ab8;
    --ocean700: #005c8a;
    --indigo: #1d428a;
    --light-gray: #f7f7f7;
    --darkmode: #1e2a31;
    --lightmode: #f4f8fa;
    --hoveerblue: #0091da;
    --leaf: #78be20;
    --plum: #7f35b2;
    --aqua: #00c1d5;
    --gray: #565656;
    --lightblue: #f4f8fa;
    --indigo200: #a5b3d0;
    --indigo100: #d2d9e8;
    --white: #fff;
    --black: #000;
    --oceanprimary: #007abb;
    --gray400: #8d8d90;
    --gray500: #717074
}

.aem-col-container {
    position: relative;
}

.bg-lightblue {
    background-color: var(--lightblue);
}

.pb-100 {
    padding-bottom: 100px;
	padding-top: 100px;
}
.card{
	display: flex;
	margin-top: 30px;
}
.content{
	display: flex;
	padding-left: 20px;
}

.text-xl, h2 {
    font-size: 40px;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--black);
	font-family: 'Noto Sans SC',sans-serif !important;
	text-align: center;
}

.Image.auto-img {
    width: 100px;
    object-fit: revert;
    height: 100px;
    min-height: auto;
    margin-top: 24px;
    margin: auto;
	padding-left: 12px;
	max-width: 70px;
	max-height: 70px;
	padding-top: 24px;
}
.content .content-right{

	padding: 16px 24px;
	text-align: unset;
}

.content .content-right h5{
	font-size: 16px;
	font-weight: 600;
}
.content .content-right p{
	font-size: 16px;
	font-weight: 200;
}

.section{
	width: 1300px !important;
	margin: 0 auto;
}
.section-left{
	width: 30%;
	padding-right: 20px;
}
.section-right{
	width: 70%;
}
.section-left .describe{
	display: flex;
}
.section-left .describe ul li {
    font-size: 16px;
    margin-right: 20px;
    padding: 12px 5px 0 0;
    display: inline-block;
    list-style: none;
}
.orange{
	color: #7c6aa6;
	font-size: 16px;
	font-weight: 600;
}
.card .card-left{	
	font-size: 16px;
	padding: 180px 30px 0 30px;
	text-align: center;
}
.card .card-left h5{
	text-align: center;
}

.card .card-middle h1{
	margin-top: 150px;
	color: #7c6aa6;
	font-size: 40px;
	text-align: center;
}
.card .card-right{	
	font-size: 16px;
	padding: 0 30px 0 30px;
	text-align: center;
}


.cards{
	display: flex;
}
.cards h3{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.cards .card-left{	
	padding: 0 30px 0 30px;
	text-align: center;
}
.cards .card-right{	
	padding: 0 30px 0 30px;
	text-align: center;
}
.section-bottom{
	background-color: #7c6aa6;
	width: 100%;
	height: 18vh;
	
}
.bottom-content{
	    width: 1200px !important;
	    margin: 0 auto;
		display: flex;
}
.section-bottom .bottom-left{
	width: 60%;
}
.section-bottom ul li{
	color: white;
	margin: 20px 30px 0 30px;
	font-size: 20px;
}
.service .service_wrap .service_item{
	margin: 0px auto;
	width: 300px;

}

.service .service_top{
	height: 50px;
	background-color: #7c6aa6;
}
.service .service_top .top-title{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
}
.service .service_bottom{
	font-size: 16px;
	height: 150px;
	background: #fff;
	position: relative;
	border: 2px solid #7c6aa6;
}
.service .service_bottom ul{
	margin-top: 10px;
}
.service .service_bottom ul li{
	padding-top: 5px;
	padding-right: 10px;
}
.section-bottom .bottom{
	    width: 1400px !important;
	    margin: 0 auto;
	    display: flex;
}
.section-bottom .bottom ul li{
	font-size: 18px;
	margin-top: 12px;
}