.cb-feature-cards {
    padding: 120px;

}

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

.cb-feature-cards .header-row {
    position: relative;
    height: 100px;

}
.cb-feature-cards .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-feature-cards .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-feature-cards .cards-wrapper {
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.cb-feature-cards .card-wrapper {
    flex: 0 0 33.333333%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background-color: var(--color-light);

}
.cb-feature-cards .card-wrapper .image-wrapper {
    flex: 0 0 84px;
    text-align: center;
}
.cb-feature-cards .card-wrapper .bodytext {
    color: var(--color-dark);
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
}
