/*Speaker Section*/
.speaker img {
	max-width: 200px;
	height: auto;
	aspect-ratio: 7/8;
	object-fit: cover;
	object-position: center;
	border: 1px solid #ddd;
}
.speaker .h3 {
	color: #00305B;
}
.speaker .h5 {
	color: #DAA106;
}
.speaker p {
	text-align: justify;
}