.uc-greynumbers .t1052__container {
  border: 1px solid #313131;
  border-radius: 24px;
  padding: 0 0px 0px 0px;
  box-sizing: border-box;
  background-color: #ffffff;

  display: flex;
  justify-content: center; 
  align-items: center;    
  gap: 20px;              
  text-align: center;     
}

.uc-greynumbers .t-col_4 {
  max-width: 250px;
}

.t1052__line {
  margin-top: 0px;
  margin-bottom: 0px;
}

.uc-greynumbers .t1052__text {
  padding-top: 0px;
  padding-bottom: 0px;
}

.uc-greynumbers .t1052__container .t1052__col:nth-child(4) {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  min-height: 10px;  
  margin: 0 !important; 
  padding: 0;           
}

.uc-greynumbers .t1052__col:nth-child(4) .t1052__title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 5px !important;
}



/* Блок для голубого варианта */
.uc-bluenumbers .t1052__container {
  border-radius: 24px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  background-color: #C6E4F7;

  display: flex;
  justify-content: center; 
  align-items: center;    
  gap: 20px;              
  text-align: center;     
}

.uc-bluenumbers .t-col_4 {
  max-width: 250px;
}

.uc-bluenumbers .t1052__text {
  padding-top: 0px;
  padding-bottom: 0px;
}
