    td {
        font-size: 12px;
    }

.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;
}


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


.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;
}

@media only screen and (max-width: 480px) {
    .title--xlarge {
        font-size: 3rem;
    }

    .hero {
        padding: 3rem;
    }
}

@media only screen and (max-width: 376px) {
    .title--xlarge {
        font-size: 2rem;
    }

    .hero {
        padding: 2rem;
    }
}