.content{
    width: 75%;
    margin: 0 auto 80px auto;
    /*min-width: 1100px;*/
}
.content .card1{
    display: flex;
    flex-direction: column;
}
.content .card1 .card1-item {
    background: #FFFFFF;
    padding: 48px;
    box-sizing: border-box;
}
.content .card1 .item-img{
    height: 32px;
    text-align: right;
    margin-right: 50px;
}
.content .card1 .item-img img {
    position: relative;
    top: -220px;
    right: 0;
}
.content .card1 .card1-item .item-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    color: rgba(8, 31, 45, 1);
}
.content .card1 .card1-item .item-text{
    font-size: 23px;
    font-weight: 500;
    line-height: 37px;
    color: rgba(8, 31, 45, 1);
    padding:32px 23px ;
    border-bottom: 1px solid rgb(203,206,209);
    /*width: 600px;*/
    margin-right: 350px;
}
.content .card2 .card2-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(8, 31, 45, 1);
    /*word-wrap: normal;*/
    width: 100%;
    padding: 20px 0;
}
.content .card2{
    background: #FFFFFF;
    padding: 48px;
    box-sizing: border-box;
}
.content .card2 .card2-img{
    text-align: center;
    margin-top: 100px;
}
.content .card2 .card2-img img{
    width: 100%;
    max-width: 638px;
}
@media screen and (max-width: 877px){
    .content{
        width: 90%;
    }
    .content .card1 {
        margin-top: 10vh;
    }
    .content .card1 .item-img {
        order: -1;
        text-align: center;
        width: 100%;
    }
    .content .card1 .card1-item .item-text {
        margin-right: 0;
    }
    .content .card1 .card1-item:first-child {
        padding-top: 20vh ;
    }
    .content .card1 .item-img img {
        height: 26vh;
        top: -5vh;
    }
}