.cb-content-list {
    padding: 120px;
}

.cb-content-list .subheadline {
    padding: 60px 120px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #F9ECDF;
}

.cb-content-list .header-row {
    position: relative;
    height: 100px;

}

.cb-content-list .header-row h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #F9ECDF;
    text-transform: uppercase;
}

.cb-content-list .header-row div {
    position: absolute;
    bottom: 0;
    left: 120px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 84px;
    line-height: 1;
    color: #A59E94;
    opacity: 0.2;
    font-weight: 200;
    text-transform: uppercase;
}

.cb-content-list .list-wrapper {
    padding: 0 120px;
}

.cb-content-list .list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-light);
}
