.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-vape-stores {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/12/180vape.jpeg.webp");
}

.bg-lumav-occo {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/05/occo-screenil.png.webp");
}

.bg-fine-cheese {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/12/dobbsbishop-1-e1641995698463.jpeg.webp");
}

.bg-omni-steel {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/12/omnisteel-e1641996236310.jpeg.webp");
}

.bg-pet-company {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/12/pattonave.jpeg.webp");
    background-position: 100% 65%;
}

.bg-spice-tea {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/12/spiceandtea-e1641994736758.jpeg.webp");
}

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

.bg-viimsi-bike {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/06/IMG_0742-e1687425056707.jpeg");
}

.bg-victorinox {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/07/image-126x.jpg.webp");
}


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

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

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