.f_propertyFinancialsHeader {
	grid-area: header;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.f_propertyFinancialsHeader_totalReturn {
	display: flex;
	flex-direction: column;
}

.f_propertyFinancialsHeader_totalReturn section {
	font-size: 42px;
	color: #7aa8db;
	font-weight: 700;
}

.f_propertyFinancialsHeader_totalReturn span {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
