

.business-box{
    margin-top: 60px;
}
.business-content{
    display: flex;
    height: 380px;
}
.business-left{
    flex:1;
}
.business-left>img{
    height: 100%;
    width: 100%;
}
.business-right{
    flex:1;
    background-color: #f6f6f6;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}
.business-right>h2{
    color:#333;
    letter-spacing:2px;
}
.business-text{
    width: 500px;
    margin: 10px auto;
    line-height: 26px;
    text-align: left;
}
.business-english{
    line-height: 30px;
    color: #acacac;
    text-transform:uppercase;
}