.main-content{
    background: #F4F9F8;
}
.banner {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    /*border-bottom-left-radius: 160px;*/
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content h1{
    font-size: 104px;
    margin: 0;
    line-height: 1;
    margin-bottom: 44px;
}
.banner-content p{
    font-size: 48px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}
.banner-content span{
    font-size: 32px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.solution{
    padding-top: 100px;
    padding-bottom: 90px;
}
.solution h2{
    font-size: 41px;
    color: #A3711B;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}
.solution.titleColor h2{color:#103029;}
.solution.link h2{color:#103029;}

.solution h2 img{height:50px;margin-right:5px;}
.solution h3{
    font-size: 23px;
    font-weight: 300;
    color: #191919;
    margin: 0;
    line-height: 1;
    margin-bottom: 34px;
}
.solution h3 img{height:28px;margin-right:5px;}

.solution p{
    font-size: 1.4vw;
    line-height: 1.75;
}

.customer-painpoints{
    background: #A3721B;
    color: #FFFFFF;
    padding: 100px 0;
}
.customer-painpoints.scene{
	background: #103029;
}
.customer-painpoints.link{
	background: #8FC42E;
}
.customer-painpoints h2{
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 65px;
}
.customer-painpoints .painpoint-item{
    margin-bottom: 50px;
}
.customer-painpoints .painpoint-item h3{
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;	
    margin-top: 45px;
    margin-bottom: 23px;
}
.customer-painpoints .painpoint-item p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.core-features{
    background: #BF9742;
    color: #FFFFFF;
    padding: 100px 0;
}
.core-features.scene{
	background: #BF9742;
}
.core-features.link{
	background: #103029;
}
.core-features .title h2{
    font-size: 49px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 65px;
}
.core-content{
    display: flex;
    flex-wrap: wrap;
}

.core-content .core-item{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 153px;
    position: relative;
    margin-bottom: 65px;
}
.core-content.size8 .core-item,.core-content.size4 .core-item{
    width: 25%;
}
.core-content .core-item .core-item-icon{
    padding-bottom: 50px;
    max-width: 130px;
}
.core-content .core-item .core-item-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.core-content .core-item p{
    position: absolute;
    top:113px;
	text-align:center;
    font-size: 25px;
    font-weight: 400;
}

.advantages{
    flex: 1;
}
.benefits{
    flex: 1;
}
.advantages-benefits{
    padding: 100px 0;
    color: #191919;
}
.advantages-benefits.titleColor h2,.advantages-benefits.link h2{color: #103029;}

.advantages-benefits h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
    margin-bottom: 65px;
    color: #A3711B;
}
.advantages-benefits  h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 45px;
    margin-bottom: 23px;
}

.advantages-benefits p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.advantages-benefits-item {
    margin-bottom: 40px;
}
@media screen and (max-width:1024px){
.solution h2{
font-size:18px !important;
}
.solution h2 img{
height:30px;
display:none;
}
.solution p{
font-size:16px !important;
}
.solution h3{
display:none;
}
.solution{
padding:30px !important;
margin-top:20px !important;
}
.customer-painpoints .painpoint-item{
margin-bottom:0 !important;
}
.customer-painpoints h2{
font-size:20px !important;
margin-bottom:30px !important;
}
.customer-painpoints .painpoint-item p{
line-height:2 !important;
}
.customer-painpoints{
padding:50px 30px !important;
}
.customer-painpoints .painpoint-item h3{
font-size:18px;
}
.customer-painpoints .painpoint-item h3{
margin-top:30px;
}
.core-features .title h2{
font-size:20px !important;
}
.core-features{
padding:50px 0;
}
.core-content.size8 .core-item, .core-content.size4 .core-item{
width:49% !important;
margin-bottom:30px !important;
}
.core-content .core-item p{
font-size:16px !important;
}
.core-content .core-item .core-item-icon{
max-width:80px !important;
}
.container.flex{
flex-direction:column;
}
.advantages-benefits{
padding:50px 30px !important;
}
.advantages-benefits h2{
font-size:20px !important;
margin-bottom:0 !important;
}
.advantages-benefits h3{
font-size:18px !important;
}
.core-content .core-item{
width:48% !important;
margin-bottom:30px !important;
}
.advantages-benefits p{
line-height:2 !important;
}

}