
.sc_cell h3 {
    font-size: 16px;
}

.sc_cell p {
    padding: 10px 0;
    color: #666;
    font-size: 12px;
}
.sc_cell img {
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}
.usName{
    font-size:10px;
    margin-top: .2rem;
}
@media (max-width: 990px) {
    .sc_cell {
        min-height:10px;
    }
    .sc_cell h3 {
        font-size: 16px;
    }
    .cName span{
        margin-top: .5rem;
    }
    .footer {
        height: 430px;
    }
    .loge-butt{
        width: 90px;
        height: 45px;
    }
    .sc_cell h3 {
        font-size: 25px;
    }
    .usName{
        font-size:18px;
    }
}