.header-free-shipping {
    display: none;
}

@media (min-width: 992px) {
    .header-free-shipping {
        display: block;
        width: 100%;
        text-align: right;
        color: #d7c09a;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}