<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.client {
	margin-bottom: 20px;
	height: 400px;
}
.module .col-sm-4 {
	margin-bottom: 20px;
	height: 200px;
}
.footer .col-sm-2 {
	margin-bottom: 20px;
	height: 100px;
}

.solution {
     background-color: #ecf3fb;
   
}
.solution  .s-bg {
     background: url("../img/solution-bg.png") no-repeat scroll 0 0;
    height: 207px;
    overflow: hidden;
}
.solution  h1 {
    color: #000;
    margin: 40px 0 35px 0;
}
.solution .personal-info {
    background-color: #ffffff;
    border: 1px solid #bdd4ea;
    padding: 48px 100px;
    margin-bottom: 35px;
    text-align: center;
}
.solution .personal-info .title {
    font-size: 24px;
    margin-top: 20px;
}
.solution .personal-info .level {
    font-size: 14px;
    color: #5a5a5a;
}
.solution .personal-info .intro {
    color: #010000;
    font-size: 14px;
}
.workflow {
    font-size: 18px;
    color: #5a5a5a;
}
.workflow span {
    display: inline-block;
    background-color: #ff7d56;
    color: #fff;
    padding: 0 8px;
    border-radius: 12px;
    margin-right: 15px;
    
}
.workcooperation {
    padding: 70px 0 50px 200px;
}
.workcooperation2 {
     padding: 30px 0 60px 0;
}</pre></body></html>