.digits_wrapper {padding: 30px 0; background-color: #F4F6F7;}

.digits .item_container {position: relative; width: 330px; margin: 0 auto;}
.digits .item {padding: 20px; text-align: center;}


.digits .item .text {padding: 0 0 0 20px; font-weight: 400; font-size: 16px;}
.digits .item .text .name .digit {font-weight: 700; color: var(--OPTION_BASE_COLOR); font-size: 40px;}
.digits .item .text .name small {font-weight: 600; font-size: 14px;}


.digits_wrapper .owl-theme .owl-dots {bottom: -10px;}

body.SITE_THEME_DARK .digits_wrapper {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}

