@media (min-width: 481px) {
    .product-short-description li,
    .product-short-description li b {
        font-weight: initial;
    }

    ul li.info.bullet-star {
        display: none;
    }

    ul li.da-item {
        margin: 10px 0 0;
        list-style-type: none;
        color: black;
        font-size: 14px;
    }

    .product-short-description ul li.bullet-checkmark {
        border: none;
    }

    .product-short-description ul li.bullet-checkmark:before {
        color: #FB7822;
    }
}

@media (max-width: 480px) {
    .product-short-description ul{
        display: none;
    }
}