.banner-safe-title{
    font-size: 52px;
}

.banner-safe-text{
    font-size: 20px;
    margin-left: 10px;
}

.small-banner-right{
    position: absolute;
    top: 75%;
    left: 60%;
    transform: translate(0,-50%);
    animation: quickIn 1.5s;
}

.banner-safe-img-box{
    left: 30%;
    width: 80%;
}

.section1{
    margin-bottom: 50px;
}

.section2{
    background-color: #F5F7F8;
    padding-bottom: 50px;
}

.section-sm-title{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.safe-question-list{
}

.safe-question-list li{
    margin: 10px 0;
}

.safe-question-list li a{
    display: block;
    width: 100%;
    color: #3D6A99;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.safe-question-more a{
    float: right;
    color: #3D6A99;
}

@media screen and (max-width: 992px) {
    .banner-safe-title{
        font-size: 40px;
    }
    .banner-safe-text{
        margin: 10px auto;
    }
}

@media screen and (max-width: 750px) {
    .small-banner-safe{
        margin-bottom: 60px;
    }
    .banner-safe-title{
        font-size: 30px;
    }

    .small-banner-right{
         position: absolute;
         top: 65%;
         left: 0;
         width: 100%;
         padding: 0;
        animation: safeIn 1s;
     }

    .small-banner-right img{
        width: 80%;
    }

    @keyframes safeIn {
        0% {opacity: 0; transform: translate(20px,-40%)}
        100% {opacity: 1; transform: translate(0,-50%)}
    }
}
