.featured-text ul li:before{content:"✓";position: absolute;left: -20px;font-weight: bold;}
.featured-text ul li{list-style:none;}

.category-display{
    margin: 10px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-blend-mode: overlay;
    width: 32.33%;
    font-size: 24px;
}
.category-display:hover span{
    border-bottom: 0;
    text-shadow: 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}

@media (max-width: 480px) {
    .category-display {
        width: 100%;
      font-size: 16px;
    }
  .category-banner .heading {
        font-size: 16px;
    }
}