.banner-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 103px;
}
.banner-wrap img {
    max-width: 100%;
}

.mask {
    padding: 60px 0 30px;
}
.mask h2 {
    font-size: 28px;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto 15px;
    color: #333;
    line-height: 1.7;
}
.mask img {
    width: 15px;
    margin-right: 10px;
}
.mask small {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.mask span + span {
    margin-left: 60px;
}
.news.container {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 60px;
}
.news.container p {
    margin: unset;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}
.news.container img  {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 720px) {
    .banner-wrap {
        position: relative;
        padding-top: 60px;
        height: unset;
        overflow: hidden;
    }
    .mask {
        padding: 30px 15px;
    }
    .mask h2 {
        font-size: 18px;
    }
    .mask img {
        width: 18px;
        margin-right: 5px;
    }
    .mask small {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mask span {
        display: flex;
        align-items: center;
    }
    .mask span:first-child img {
        transform: translateY(-2px);
    }
    .mask span + span {
        margin-left: 60px;
    }
    .news.container {
        width: 90%;
        background: #fff;
        padding: 30px 15px;
        border-radius: 15px;
        box-shadow: 2px 2px 15px 0 rgba(51, 51, 51, 0.2);
        transform: translateY(0);
    }
    .news.container img {
        width: 100% !important;
    }
}
