.page-special-offers h2 + p {
    margin-top: 2px;
}
.page-clubs .entry-content > h3 img,
.page-rewards-special-offers .entry-content > h3 img {
    margin-top: -12px;
}
body .header-title h3 {
    font-size: 1.5em;
}
.entry-content > h3 {
    margin-bottom: 0;
    margin-top: 4px;
}
.entry-content h3 + p {
    font-size: 16px;
    margin-top: 0px;
}
.entry-content .specials {
    margin-bottom: 20px;
}
.entry-content .specials img {
    display: block;
    margin-bottom: 6px;
    padding: 0 3px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .specials .row {
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    width: 100%;
}
.entry-content .specials div {
    list-style-type: none;
    padding: 0;
    margin: 0;

}
.entry-content .specials .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: none;
}
.specials img {
    width: 100%;
}

@media only screen and (max-width: 767px) {

    .entry-content .specials .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}