.ab-weekly-specials-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.ab-weekly-special {
    width: calc(31% - 40px);
    margin:0 1.1515% 30px 1.1515%!important;
    padding:55px 20px 40px 20px;
    background:url(../img/weekly-specials-bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
}

.ab-weekly-special-title {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    text-align:center;
    margin-bottom: 20px !important;
}

.ab-weekly-special-image-spacer {
    text-align: center;
}

.ab-weekly-special-image {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    width:70%;
    height:auto;
}

.ab-weekly-special-price {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #212831;
    background: url('../img/weekly-specials-price-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px 0;
    margin-top: 20px;
}

@media(max-width:767px){
    .ab-weekly-special {
        width: calc(48% - 40px);
        margin:0 1% 30px 1%!important;
    }
}

@media(max-width:500px){
    .ab-weekly-special {
        width: 100%;
        margin:0 0 30px 0!important;
    }
}
