.card.card-weather {
    background: url("/assets/images/weather.svg") no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
  }
  .weather-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
  }
  