.about-section a {
	height: 100%;
	text-decoration: none;
	color: #1b365d;
	transition: color 0.2s;
}
.about-section a:hover {
	color: #376fc0;
}

.about-section h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.about-section .aops-panel > * {
	padding: 0 5px;
}

.about-logo {
	height: 30px;
}

.about-link {
	display: flex;
	align-items: center;
}
