.banner div{
    width: 100%;
    background: url(../assets/img/solution-banner.png) no-repeat center;
    background-size: cover;
    height: 780px;
    z-index: -2;
}
.content{
    width: 1200px;
    margin: 120px auto; 
}
.title{
    text-align: left !important;
}
.content > div{
    display: flex;
    justify-content: space-between;
}
.content-items{
    width: 708px;
}
.content-items img{
    width: 274px;
    margin-top: 32px;
}

.process{
    display: flex;
    justify-content: space-between;
}
.process span{
    display: block;
    box-sizing: border-box;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border: 1px solid var(--t22);
    text-align: center;
    border-radius: 50%;
}
