@media (min-width: 992px){
    .subject{
        height: 100px;
    }
    .s-avator{
        width: 80px;
        height: 80px;
        line-height: 100px;
        position: relative;
    }
    .s-avator img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .p-details{
        padding-top: 24px;
    }
    .p-details span:nth-child(1){
        font-size: 24px;
    }
    .p-details span:nth-child(2){
        font-size: 20px;
        margin-left: 5px;
    }
    .p-details p{
        font-size: 18px;
    }
}