.cb-feature-large {
    margin: 10px 120px;
    padding: 20px 106px;
    position: relative;

}

.cb-feature-large img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.cb-feature-large .subheadline {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: 200;
    color: var(--color-accent);
}

.cb-feature-large h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: var(--color-light);
    text-transform: uppercase;
    line-height: 1.98;
    margin-bottom: 10px;
    height: 56px;
}

.cb-feature-large .bullets {
    padding-left: 0;
    list-style-type: square;
    margin-top: 20px;

}
.cb-feature-large .bullets li {
    font-size: 21px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 200;
    color: var(--color-light);
}
