.weather {
  width: 100%;
  height: 200px;

  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(146, 146, 146, 0.1);
  padding: 25px 20px;
  box-sizing: border-box;
}

.weather-info p {
  text-align: center;
  font-size: 13px;
}