.retailer-margin{
    margin:auto;
}

.retailer-style{
    font-family: Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 43px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content:center;
    color: #FE851F;
}

.retailer-font{
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width:25% !important;
    color: #000000;
}
.retailer_image{
    height: 120px;
    border: 1px solid #ACACAC;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 5px 18px;
}

.all-retailer{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .retailer-font{
        width:50% !important;
    }
}


