.asset-header{
    flex:0 0 78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 22px;
    border-bottom:1px solid #e9ecef;
    background:#fff;
}

.asset-header h4{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.asset-header small{
    color:#777;
}