.product-of-the-day .h2 {
    margin: 20px 0 0;
    display: block;
}

.product-of-the-day .description-container,
.product-of-the-day .img-container {
    margin: 16px 16px 16px 0;
}

.product-of-the-day .description-container {
    max-width: 400px;
}
    .product-of-the-day .description-container .product-name {
        padding-top: 0;
        margin-top: 0;
        font-weight: bold;
        font-size: 15px;
    }

.product-of-the-day .img-container {
    text-align: center;
}

.product-of-the-day img {
    max-height: 250px;
    max-width: 380px;
    margin: 0 auto;
}
