.vendor-dash-padding {
    padding-left: 330px;
    margin-top: 90px;
}




@media screen and (max-width:425px) {
    .sadS {
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
