/* .d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}
.d-flex {
    display: flex!important;
} */
.secondary-desktop-container {
    max-width: 453px;
    max-height: 331px;
}
.bannerImageContainerSec {
    display: flex;
    flex-direction: column;
}
.secondary-preview-desktop, .secondary-preview-mobile {
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0 0 6px #00000040;
}
.secondary-desktop-text-container {
    padding: 10px 20px;
    border-radius: 0px 0px 6px 6px;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 6px #00000040;
    line-break:anywhere;
    box-sizing: border-box;
    background-color: #fff;
    word-break: break-word;
    line-break: auto;
}
.secodaryOfferText {
    font-size: 18px;
    line-height: 25px;
    color:#2d2926;
}
.secondaryEndDate{
    line-height:21px;
    margin-top:5px;
    display:flex;
}
.secondaryEndDateText{
    margin-right:8px;
}
.secondaryEndDateContainer{
    font-size:16px;
    margin-top:5px;
}
.secondary-preview-desktop{
    width: unset;
    height: unset;
    aspect-ratio:unset;
    background-color: #fff;
}
#wsSecondaryScroll .bannerImageContainerSec{
    padding:20px 0;
    max-width: 31.5%;
}
#wsSecondaryScroll{
    justify-content: space-between;
}
.bannerImageContainerSec:nth-of-type(1) {
    margin: 0 10px 0 4px;
}
.bannerImageContainerSec:nth-of-type(2) {
    margin: 0 10px 0 10px;
}
.bannerImageContainerSec:nth-of-type(3) {
    margin: 0 4px 0 10px;
}
.aTag {
    color: #2699FB !important;
    text-decoration: underline !important;
    border: unset;
    background: unset;
    padding: unset;
}
@media only screen and (max-width: 768px) {
    #wsSecondaryScroll .bannerImageContainerSec{
        padding:20px 0;
        max-width: 577px;
        width: 100%;
        max-height: unset;
    }
}