.content-box {
    background: var( --surface-bright );
    border-radius: var( --border-radius );
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    box-shadow: var( --strato-box-shadow );
}

.content-box:last-child {
    margin-bottom: unset !important;
}
