.note-11-retailers-wrapper{
    max-width: 1920px;
    margin: 0 auto;
    padding: 90px 280px 0;
}
.note-11-retailers{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.top-retailers{
    display: flex;
    flex-wrap: wrap;
}
.note-11-retailers h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #000000;
}
.top-retailers {
    height: 50%;
    padding: 90px 0;
    justify-content: center;
}
.top-retailers .retailer{
    width: 426px;
    height: 207px;
    background: #FFFFFF;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.top-retailers .retailer img{
    display: block;
    max-width: 75%;
    /* width: 330px; */
    margin: 0 auto;
}

 .top-retailers .unique-retailer img{
    width: unset;
    max-width: 50%;
}

@media only screen and (max-width: 1455px){
    .note-11-retailers-wrapper{
        padding: 100px 200px 0;
    }
}
@media only screen and (max-width: 1265px){
    .note-11-retailers-wrapper{
        padding: 100px 100px 0;
    }
}
@media only screen and (max-width: 1090px){
    .note-11-retailers-wrapper{
        padding: 70px 50px 0;
    }
    .note-11-retailers h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .top-retailers{
        padding: 50px 10px 50px 10px;
    }
    .top-retailers .retailer{
         width: 382px;
        height: 182px; 
    }
    
}
@media only screen and (max-width: 768px) {
    .note-11-retailers h1 {
        font-size: 25px;
        line-height: 40px;
    }
    .top-retailers{
        padding: 0px 10px 50px 10px;
    }
    .top-retailers .retailer{
         width: 332px;
        height: 152px; 
    }
    
}
@media only screen and (max-width: 486px){
    .note-11-retailers-wrapper{
        padding: 30px 50px 0;
    }
    .note-11-retailers h1{
        font-size: 15px;
        line-height: 30px;
    }
    .top-retailers{
        padding: 0px 10px 35px 10px;
    }
    .top-retailers .retailer{
         width: 232px;
        height: 92px; 
    }
    
}