h3 {
	  font-weight: 900;
    color: #085877;
	text-transform: uppercase;
	font-size: 1.6em;
}

h4 {
	 font-size: 1.2em;
	font-weight: 300;
}

h5 {
	font-size: 2.5em;
}

.bignumber {
	/*font-size: 2.8em;*/
	/*font-weight: normal;*/
	/*color: #333;*/

	 font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #0077b6;
}

.blockdetails {
	display: flex;
	flex-direction: row;
}

.blockimage {
	padding-right: 8px;
	align-self: flex-start;
	width: 120px;
	height: auto;
	max-height: 180px;
	object-fit: cover;
	flex-shrink: 0;
}

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

.blocktext {
	/*margin-top: 10px;*/
	 /*font-size: 1.2em;*/
    font-weight: 600;

     font-size: 0.95rem;
    line-height: 1.5;
    margin: 0.75rem 0;
    color: #333;
}

@media screen and (max-width: 320px) {
	h3 {
		font-size: 1.5em;
	}
}
