﻿div .sample-product-offer {
    font-size: 14px;
}
dl .sample-product-offer {
    float: left;
    padding-top: 5px;
}
dl .clear-both {
    clear: both;
}

@media all and (max-width: 1023px) {
    .sample-product-offer {
        text-align: center;
        width: 100%;
    }
}
