.slot--article-share, .tws-article-introduction--read-more {display: none;}

/*--hide description & USPS in checkout--26225--*/
.slot--article-description {
    display: none;
}
.slot--checkout-cart-usps {
    display: none;
}
.tws-checkout--field-label[for="name"]::before {
    content: "Company Name";
    font-size: 14px;
}

.tws-checkout--field-label[for="name"] {
    font-size: 0px;
}
/*--*/