.christmas2022wrapper{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.contentimg{
    width: 100%;
}
/* Retailers start */
.retailerstitle{
    margin: 0 30px;
}
.contentimg-mobile{
    display: none;
    width: 100%;
}
.retailers-template{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 120px 0;
}
.retailers-wrapper-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
}
.retailer-template{
    flex-grow: 1;
    width: 30%;
    max-width: 450px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 5px 13px 0px #0000001A;
    margin: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
}
.retailer-icon{
    /* max-height: 80px; */
    max-width: 80% !important;
}
.winter-bg{
    background-image: url("../assets/christmas-2022/winterbcg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
/* Retailers ends */

@media only screen and (max-width: 645px) {
    .retailers-template{
        font-size: 13px; 
        padding: 60px 0;
    }
    .retailer-template{
        width: 90%;
    }
    .winter-bg{
        background-image: url("../assets/christmas-2022/winterbcg-mobile.png");
    }
    .contentimg{
        display: none;
    }
    .contentimg-mobile{
        display: block;
    }
}