div#hs_cos_wrapper_widget_1767710685318 {
    background: #3a3a3a;
    border-radius: 15px;
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
}


.stat-row {
  display: flex;
  align-items: center;
  gap: 20px;  
  border-top: 1px solid #dddddd45;
   padding: 16px 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.stat-row:last-child {
  border-bottom: 1px solid #ddd;
}

.stat-num {
   color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    min-width: 90px;
    background: #7ea2d6 !important;
    padding: 7px 20px;
    text-align: center;
    border-radius: 7px;
}

.stat-text {
  font-weight: 400;
      font-size: 20px !important;
      color: #ffffffe3;
    font-size: 20px;
}
}

.stat-row.small {
  font-size: 14px;
  color: #444;
}




@media (max-width:768px){

.stat-text {
    width: 70% !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

span.stat-num {
    width: 30% !important;
}
}