.full-width-page-banner-stats .module-Ticker-item_title{
  margin-bottom:5px;
}
.full-width-page-banner-stats .module-Ticker-item-text_sign{
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.full-width-page-banner-stats .module-Ticker-item-text_number,
.full-width-page-banner-stats .module-Ticker-item-text_sign{
  margin-bottom:5px;
}
.full-width-page-banner-stats .module-Ticker-item_content{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
.full-width-page-banner-stats .module-Ticker-item_content p{margin-bottom:0;}

.full-width-page-banner-stats .module-Ticker_cards{
  flex:1;
  padding:16px 0px;
}

.full-width-page-banner-stats .module-Ticker_wrapper{
  display:flex;
  flex:1;
  flex-wrap: wrap;
}

@media all and (max-width: 991.98px){
  .full-width-page-banner-stats .module-Ticker_cards{
    margin: 10px 0;
    display: block;
    width: 50%;
    padding: 0 16px;
    max-width: unset;
    flex: none;
  }
}

@media all and (max-width: 767.98px){
  .full-width-page-banner-stats .module-Ticker-item_content{
    margin-bottom:0px;
  }

  .full-width-page-banner-stats .module-Ticker-item_icon{
    margin-top:30px;
  }

  .full-width-page-banner-stats .module-Ticker_cards{
    display: block;
    width: 100%;
    padding: 0 16px;
    max-width: unset;
    flex: none;
  }
}
