﻿#stubSection .topbar {
	margin: 10px 0 15px 20px;
	display: flex;
	align-items: center;
}


	#stubSection .topbar svg {
		width: 35px;
		height: 35px;
		margin-right: 20px;
	}

		#stubSection .topbar svg g {
			fill: black;
		}

		#stubSection .topbar svg path {
			fill: black;
		}


	#stubSection .topbar .heading {
		font-size: 35px;
		font-weight: bold;
	}

#stubSection .stubDescriptionSection {
	margin: 40px 0 15px 20px
}
