.cent-title {
    font-size: var(--fs40);
    font-weight: bold;font-size: 18px;
    color: #000;
}
.cent-subTitle {
        margin-top: .2rem;
        font-size: 15px;
        font-weight: 100;
        color: #666;
        background: linear-gradient(0deg, #003894, #0058dd);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
.item-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
