.contentContainer {
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contentBox {
    color: var(--text-muted, #36394a);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02rem;
}

.caseTitle {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.lastContent {
    margin-bottom: 2rem;
}

mark {
    color: #096df2;
    text-decoration: underline;
}

.moreBtn {
    align-self: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
}

.bg-payments {
    background-color: #0A253C;
}

.bg-vape-stores {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/vapeStore-3.webp");
}

.bg-lumav-occo {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/appsMobile.webp");
}

.bg-fine-cheese {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/dobbsBishop-2.webp");
}

.bg-omni-steel {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/omniSteel-2.webp");
}

.bg-pet-company {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/catSleepin.webp");
    background-position: 100% 65%;
}

.bg-spice-tea {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/spiceAndTea-2.webp");
}

.bg-athletes-foot {
    background: rgba(0, 0, 0, .5) url("https://cdn.erply.com/images/533252/athleteFoot-min.jpg?format=webp");
    background-position: 100% 35%;
}

.bg-viimsi-bike {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/bikeShop-2.jpg?format=webp");
}

.bg-victorinox {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/knifeShop-2.webp");
}

.bg-vmsport {
    background: rgba(0, 0, 0, .3) url("https://cdn.erply.com/images/533252/vmsportCover.webp");
}

.bg-wildbirds {
    background: rgba(0, 0, 0, .5) url("https://cdn.erply.com/images/533252/wildbirdsunlimited.webp");
    background-position: 100% 45%;
}

.hero {
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
    padding: 8rem;
}

.title--large:first-child {
    color: white;
}

@media only screen and (max-width: 486px) {
    .copy > .title {
        font-size: 2.5rem;
    }

    .hero {
        padding: 3rem;
    }
}
