.logo_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.logo_wrapper img {
    height: 75px;
    width: auto;
    display: block;
}

h1 {
	color: #00b775;
	font-size: 1.8rem;
	margin-bottom: 15px;
}