.contentContainer {
    padding-left: 8rem;
    padding-right: 8rem;
    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;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
} */

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

mark, .contentBox > li > a, .contentBox > a {
    color: #096df2;
    text-decoration: underline;
}

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

/* th,
td {
    border: 1px solid black;
    padding: 8px;
} */



.bg-shopify-connector-update, 
.bg-important-pos-integrations, 
.bg-terms-of-service, 
.bg-privacy-policy, 
.bg-sub-processors,
.bg-security-policy,
.bg-security-hosting,
.bg-erp-downtime-retail {
    background-color: #0A253C;
}

.bg-how-to-optimize {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2020/04/Screenshot-2022-02-04-at-13.03.32.jpg.webp");
}

.bg-which-platform-should {
    background: rgba(0, 0, 0, .5) url("https://erply.com/wp-content/uploads/2019/05/Screenshot-2022-02-04-at-13.16.07.jpg.webp")
}

.bg-how-to-select {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2019/04/Screenshot-2022-02-04-at-13.17.28.jpg.webp")
}

.bg-how-to-begin {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2019/03/Screenshot-2022-02-04-at-13.18.33.jpg.webp")
}

.bg-europe-puts-end {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2019/02/Screenshot-2022-02-04-at-13.19.48.jpg.webp")
}

.bg-back-to-school {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/kimberly-farmer-lUaaKCUANVI-unsplash.jpg.webp")
}

.bg-marketing-with-erply {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/07/claudio-schwarz-zKT64MtVKQ0-unsplash-e1690293525612.jpg")
}

.bg-quantity-based-pricing {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/07/eric-prouzet-bNAVucWsxAU-unsplash.jpg")
}

.bg-streamline-store-operations {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2020/02/netsuite.jpeg.webp")
}

.bg-wholesale-with-erply {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2020/09/chuttersnap-JWaXthlA9Cc-unsplash.jpg.webp")
}

.bg-stocktake-app-overview {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/image-11.jpg.webp")
}

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

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

.contentBox > ul {
    list-style-position: inside;
    list-style-type: disc;
}

.contentImage {
    max-width: 650px;
    min-width: 500px;
    align-self: center;    
}

.contentBox > ul > li {
    margin-left: 1.5rem;
}