.banner-8 {
    width: 100%;
    height: 150px;
    background-image: image-set('../image/team1885-1.webp' 1x, '../image/team1885-1@2x.webp' 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 42px 0;
}

.banner-8-title {
    text-align: center;
    /*font-weight: bold;*/
    font-size: 30px;
    color: #FFFFFF;
    line-height: 53px;
}

.banner-8-btn {
    margin: 42px auto 0;
    width: 194px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 5px;
    /*font-weight: 800;*/
    font-size: 20px;
    color: #307DFF;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}