/****************************
 * Key Figures
****************************/
.twc-key-figures__items {gap:var(--twc-spacing-20) 0;}

/* item */
.twc-key-figures__item {max-width:226px; width:45%;}
.twc-key-figures__item-text {
    color:var(--twc-size-20);padding-bottom:var(--twc-spacing-15); border-bottom:1px solid rgba(112, 112, 112, 0.1);
}
.twc-key-figures__item-number-wrapper {
    color:var(--twc-color-primary); font-size:var(--twc-size-45); padding-top:var(--twc-spacing-15);
}
.twc-key-figures-col {width:50%;}

/****************************
 * Key Figures Responsive
****************************/
@media only screen and (min-width:900px) {
    .twc-key-figures__content {max-width:430px;margin-bottom:0 !important;}
}
@media only screen and (max-width:900px) {
    .twc-key-figures-col {width:100%;}
    .twc-key-figures__items {gap:var(--twc-spacing-70) 0;}
    .twc-key-figures__item {max-width:initial;}
}
@media only screen and (max-width:480px) {
    .twc-key-figures__item {width:100%; text-align:center;}
    .twc-key-figures__content {text-align:center;}
}