.card-title img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: contain;
	border: 4px solid white;
}

.col .h-100 img {
	width: 70%;
	height: 70%;
	object-fit: contain;
	margin: 0px auto;
}

.bod-card .card {
	background: rgba(0, 0, 0, 0.024);
	box-shadow: 0px 0px 5px #004599;
	padding: 5px 0px;
	text-align: center;
	border: none;
}

.chairman-bod {
	width: 200px;
	height: 200px;
	border: 1px solid #004599;
	margin: 5px auto;
	object-fit: contain;
}
