﻿.faculty-header {
	background: linear-gradient(to right, #003c88, #0066cc);
	color: white;
	padding: 20px;
	font-size: 28px;
	font-weight: bold;
	margin-left: 150px;
	margin-right: 150px;
}

.section-title {
	font-size: 32px;
	color: #0066cc;
	margin: 40px 0 30px;
	font-weight: bold;
	margin-left: -160px;
}

.speaker-card {
	text-align: left;
	margin-bottom: 50px;
}

	.speaker-card img {
		width: 220px;
		height: 270px;
		padding: 3px;
		background: white;
		border-radius: 4px;
	}

.speaker-name {
	color: #0066cc;
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
	text-align: left;
	margin-left: 10px;
}

.speaker-title {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	text-align: left;
	margin-left: 10px;
}

footer {
	margin-top: 60px;
}

.footer-image-left {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.row.justify-content-center {
	row-gap: 40px;
}

@media (max-width: 768px) {
	.faculty-header,
	.section-title {
		text-align: center;
		font-size: 24px;
	}
	.faculty-header {
		font-size: 24px !important;
		margin: 30px 15px 0 15px !important;
		text-align:left;
	}

	.speaker-card {
		align-items: center;
		text-align: center;
	}

	.speaker-name,
	.speaker-title {
		margin-left: 0;
		text-align: center;
	}
}
