.webcrossing-retailer-retailer-map .block-content h2{
    text-align: left;
    font-size: 26px;
    padding-top: 5rem;
    line-height: normal;
}

.webcrossing-retailer-retailer-map .retailer-list > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.webcrossing-retailer-retailer-map .retailer-list > ul > li{
    width: calc(33% - 7px);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 1.5rem 2rem;
}

.webcrossing-retailer-retailer-map .retailer-list > ul > li:hover{

}

.webcrossing-retailer-retailer-map .retailer-list > ul li{
    line-height: normal;
    font-size: 1.4rem;
}

.webcrossing-retailer-retailer-map .retailer-list > ul li:nth-of-type(3n){
    margin-right: 0;
}

.webcrossing-retailer-retailer-map .retailer-list > ul > li strong{
    margin-bottom: 1.8rem;
    display: inline-block;
    width: 100%;
    line-height: normal;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
    .webcrossing-retailer-retailer-map .retailer-list > ul > li{
        width: calc(50% - 7.5px);
    }

    .webcrossing-retailer-retailer-map .retailer-list > ul > li:nth-of-type(3n){
        margin-right: 15px;
    }

    .webcrossing-retailer-retailer-map .retailer-list > ul > li:nth-of-type(2n){
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .webcrossing-retailer-retailer-map .retailer-list > ul > li{
        width: 100%;
        margin-right: 0;
    }

    .webcrossing-retailer-retailer-map .retailer-list > ul > li:nth-of-type(3n){
        margin-right: 0;
    }
}