@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-widget-3{
		margin-bottom: 30px;
	}
	.currentWeather h2{
		margin-bottom: 5px;
	}
	.temp-desc{
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.col-widget-3{
		margin-bottom: 30px;
	}
	.currentWeather h2{
		margin-bottom: 5px;
	}
	.temp-desc{
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
	.col-widget-3{
		margin-bottom: 30px;
	}
}