.weather-info img.main-icon {
  width:  50%;
  display: inline-block;
}
.weather-info h2.main-temp {
  font-size:  5rem;
  font-weight: bolder;
  color: var(--pbmit-global-color-darker);
  display: inline-block;
}
.weather-info p.weather-label {
  font-family: var(--pbmit-body-typography-font-family-bold);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-style: normal;
  /* color: var(--pbmit-global-color-light); */
  margin: 0px;
}
.weather-info img.icon-snowflake {
  height: 1em;
  margin-top:  -5px;
}
.weather-info td.accumulation-label {
  width:  50%;
}
@media (max-width: 575px) {
  .weather-info img.main-icon {
    width:  100%;
  }
}
