.weather-card-group {
  display: flex;
}

.weather-card {
  border-right: 1px solid;
  padding: 0 1rem;
}

.weather-card:last-child {
  border-right: 0;
}

.weather-label,
.weather-value {
  text-align: center;
}

.weather-value {
  font-weight: 700;
  font-size: 25px;
}
