.blurb-icon img {
	max-width:200px !important;
	height:auto;
}

.blurb-icon {
	flex-grow:1;
}

.blurb-text {
	font-size: 'Fira Sans Regular';
	font-weight: 600;
	color: #F18E00;
	font-size:24px;
}

@media only screen and (max-width:480px) {
	.blurb-icon img {
		max-width: 150px !important;
	}
}