body, html {
    overflow-x : clip !important;
}
#custom-highlight-grid .custom-highlight-grid__container div.push-tag {
    color: #be0f34;
    display: block;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}

/* desktop */
@media (min-width: 1113px) {
    #custom-highlight-grid .custom-highlight-grid__container-stores .telephone a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores .email a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores {
        min-height: 281px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores h2.push-title {
        min-height: 56px;
    }
}
/* Mobile */
@media (max-width: 480px) {
    #custom-highlight-grid .custom-highlight-grid__container-stores .telephone a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores .email a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores {
        min-height: 281px;
    }
}
/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #custom-highlight-grid .custom-highlight-grid__container-stores .telephone a {
        font-size: 12px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores .email a {
        font-size: 12px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores {
        min-height: 300px;
    } 

    #custom-highlight-grid .custom-highlight-grid__container-stores h2.push-title {
        min-height: 56px;
    }
}
/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #custom-highlight-grid .custom-highlight-grid__container-stores .telephone a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores .telephone a {
        font-size: 14px;
    }

    #custom-highlight-grid .custom-highlight-grid__container-stores {
        min-height: 283px;
    } 

    #custom-highlight-grid .custom-highlight-grid__container-stores h2.push-title {
        min-height: 56px;
    }
}