.mapog {
	display: flex;
	align-items: center;
}
.mapog img {
	display: block;
	width: 42px;
	height: 42px;
}
.mapog__temp {
	font-size: 30px;
	line-height: 1;
	margin: 0 8px;
}
.mapog__description > div {
	font-size: 12px;
	line-height: 1.3;
}
.mapog__description > div::first-letter {
	text-transform: uppercase;
}