.offers-content h2,.offers-content h2.__pfs.__bss {
    display: none
}

.offers-content h2.__pfs.__bss .active,.offers-content h2.active {
    display: block
}

.offers-content .grid-container .offers-card a,.offers-content .grid-container .offers-card a.__pfs.__bss {
    display: inline-block;
    width: 100%;
    height: auto
}

.offers-content .grid-container .desc-container .Subtext a,
.offers-content .grid-container .desc-container .Subtext a.__pfs.__bss {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #005078;
    margin-top: 20px;
}

.offers-content .grid-container .offers-card:focus .desc-container,
.offers-content .grid-container .offers-card:hover .desc-container {
    top: -92px;
    background: #fff
}

.offers-content .grid-container .offers-card:focus .desc-container .Subtext,.offers-content .grid-container .offers-card:hover .desc-container .Subtext {
    opacity: 1
}

.offers-content img.img-responsive {
    width: 100%
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .offers-content {
        margin: 20px 0 0;
        max-width: none
    }

    .offers-content .grid-container .offers-card.tablet-only {
        display: flex
    }

    .offers-content .ipad-mini-6 {
        width: 48.9%
    }

    .offers-content .grid-container {
        padding: 15px 0 0
    }
}

@media screen and (max-width:767px) {
    .offers-content {
        margin: 20px 0 0;
        max-width: none
    }

    .offers-content .mob-12 {
        width: 100%
    }

    .offers-content .grid-container {
        padding: 15px 0
    }

    .offers-content .grid-container .offers-card img {
        max-height: 270px
    }
}

@media screen and (max-width:320px) {
    .offers-card .ac-card-caption {
        max-width: calc(100% - 12rem)
    }
}

.offers-content {
    margin: 20px auto;
    max-width: 1200px
}

.offers-content .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.offers-content .grid-container .offers-card {
    max-height: 350px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 0;
    box-shadow: rgba(0,0,0,.06)0 8px 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.offers-content .grid-container .offers-card.tablet-only {
    display: none
}

.offers-content .grid-container .offers-card img {
    max-height: 205px;
    width: 772px;
    height: 460px;
    object-fit: cover;
}

.offers-content .grid-container .loading-card.offers-card {
    margin-bottom: 50px
}

.offers-content .grid-container .desc-container {
    background: #fff;
    padding: 10px 16px;
    position: relative;
    top: 0;
    height: 145px;
    transition: top ease 500ms,background ease 500ms
}

.offers-content .grid-container .desc-container .Category {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #737373
}

.offers-content .grid-container .desc-container .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2a2a2a;
    margin-top: 10px
}

.offers-content .grid-container .desc-container .Subtext {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 300ms ease-out 100ms
}

.offers-content .grid-container .offers-card:focus,.offers-content .grid-container .offers-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2)
}

.offers-content .desktop-4 {
    width: 32.5%
}

.offers-content .desktop-8 {
    width: 66.2%
}

.offers-card .ac-card-caption {
    position: absolute;
    padding: 0 1rem;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .05rem;
    border-radius: 5rem;
    max-width: calc(100% - 4rem);
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 20px 10px 10px 20px;
    text-transform: uppercase;
    top: 0;
    font-weight: 600
}
@media only screen and (max-width: 1024.50px){
    .offers-content .grid-container .desc-container {
        transition: none !important;
    }
    .offers-content .grid-container .offers-card:focus .desc-container, .offers-content .grid-container .offers-card:hover .desc-container {
        top: 0;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .offers-content {
        margin: 20px 0 0;
        max-width: none
    }

    .offers-content .grid-container .offers-card.tablet-only {
        display: flex
    }

    .offers-content .ipad-mini-6 {
        width: 48.9%
    }

    .offers-content .grid-container {
        padding: 15px 0 0
    }

}

@media screen and (max-width:767px) {
    .offers-content {
        margin: 20px 0 0;
        max-width: none
    }

    .offers-content .mob-12 {
        width: 100%
    }

    .offers-content .grid-container {
        padding: 15px 0
    }

    .offers-content .grid-container .offers-card img {
        max-height: 270px
    }
}

@media screen and (max-width:320px) {
    .offers-card .ac-card-caption {
        max-width: calc(100% - 8rem)
    }
}