.weather-forecast .icon {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.weather-forecast {
	overflow: auto;
}

.weather-forecast > div {
	min-width: 750px;
}

.weather-forecast .weather-card {
	width: 120px;
}