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

html, body {
    overflow-x: hidden;
}

.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,
.contentBox>ul>li>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-xero-integration,
.bg-books-integration,
.bg-docura-integration,
.bg-erply-api {
    background-color: #0A253C;
}

.bg-apparel-pos {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/roivakauplused.png");
}

.bg-beauty-and-cosmetics {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/ilu-ja-kosmeetikapoed.png.webp");
}

.bg-coffee-shop {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/kohvikud.jpg");
}

.bg-garden {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/aianduspoed.png.webp");
}

.bg-grocery {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/toidupoed.png.webp");
}

.bg-pet-supplies {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/lemmikloomatarvete-kauplused.jpg.webp");
}

.bg-retail {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/jaemuuk-1.png.webp");
}

.bg-toy-store {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/manguasjapoed.jpg.webp");
}

.bg-vape-store {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/tubakatoodete-kauplused.jpg.webp");
}

.bg-wholesale {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/suurettevotted-1.jpg");
}

.bg-retail-franchise {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/08/frantsiis.png.webp");
}

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

.bg-quickbooks-integration {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/erply_quickbooks_integration-1920x1150-1.jpg.webp");
}

.bg-locally-integration {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2023/04/annie-spratt-QckxruozjRg-unsplash-e1680695320317.jpg");
}

.bg-shopify-integration {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/shopify-integration-erply-1920x1280-1.jpeg.webp");
    background-position: 100% 35%;
}

.bg-woocommerce-integration {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2021/06/ecommerce-ge1a0aaefd_1280-1.jpg.webp");
    background-position: 100% 45%;
}

.bg-magento-integration {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/erply_magento_integration-1920x1133-1.webp");
}

.bg-what-is-retail {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2017/05/Screenshot-2022-02-17-at-16.11.04.jpg.webp");
}

.bg-enterprise-implementation {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/enterprise_erply-1-1920x1281-1.jpeg.webp");
}

.bg-pos-hardware {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/customer_display.png.webp");
    background-position: 100% 45%;
}

.bg-switch-from-cloud-pos {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/must-have_pos_erply-1920x1280-1.jpg.webp");
    background-position: 100% 25%;
}

.bg-switch-from-server-pos {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/ipad_pos-1920x1281-1.jpg.webp");
    background-position: 100% 15%;
}

.bg-card-payments {
    background: rgba(0, 0, 0, .3) url("https://erply.com/wp-content/uploads/2022/02/erply-card-payments.jpeg");
    background-position: 100% 35%;
}


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

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

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

.contentImage {
    max-width: 650px;
    width: 100%;
}

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