.contentBox > ul > li {
	margin-left: 2rem;
	list-style-type: disc;
	margin-top: 1rem;
}
.contentBox > a {
	color: #096df2;
	text-decoration: underline;
}

.contentBox {
    color: var(--text-muted, #36394a);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.02rem;
}
/* .image-text__content {
    margin-top: 1rem;
    color: var(--text-normal);
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.03rem;
} */


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

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

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

.title--large {
	color: white;
}

.image-text__content {
	margin-top: 1rem;
	color: var(--text-normal);
	font-family: WebsiteMainFont;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -.03rem;
}