.weather{overflow-y:auto;margin:-10px -25px;padding:10px 25px}.weather-item,.weather-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.weather-item{border-radius:20px;margin:5px;width:140px;padding:14px 24px;border:1px solid #f3f3f3;-webkit-box-shadow:0 0 30px hsla(0,0%,63.5%,.15);box-shadow:0 0 30px hsla(0,0%,63.5%,.15);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.weather-item:first-child{margin-left:0}.weather-item:last-child{margin-right:0}.weather-item__date{text-transform:capitalize;font-size:13px}.weather-item__temp{font-size:24px;font-weight:600;margin-top:5px}.weather-item__wind{font-size:11px;margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.weather-item__wind img{opacity:.6;margin-right:5px}.weather-item__desc{height:30px;text-align:center}