.department {
	margin-bottom: 2em;
	text-align: right;
}
.department a {
	font-size: 1.2em;
}
.department .gray-border {
	border-color: rgb(204, 204, 204) !important;
	border: 1px solid;
	border-radius: .25rem;
}
.department img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	aspect-ratio: 275 / 122;
	object-fit: contain;
}

.department > a .deptext {
	display: inline-block;
}

.department > a .deparrow {
	margin-top: auto;
	text-decoration: none !important;
	position: relative;
	top: -.3em;
	display: inline-block;
	border: solid #f69404;
	border-width: 0 3px 3px 0;
	padding: 6px;
	transform: rotate(-45deg);
	vertical-align: top;
}
