.main-container .layout--threecol-section h3 a:link,
.main-container .layout--twocol-section h3 a:link {
	text-decoration: none;
}

#gt-banner img {
	max-height: 400px;
}

.student-learning-outcomes {
	display: flex;
	text-align: center;
	background-color: #F9F6E5;
	padding: 50px 30px;
	gap: 100px;
	margin: 60px 0;
}

.student-learning-outcomes img {
	max-width: 150px;
	height: auto;
}

.educational-program-section > div {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 25px;
}

.educational-program-section img {
	max-width: 150px;
}

.card-media img {
	aspect-ratio: 3/2;
}

iframe {
	width: 100%;
}

.layout--threecol-section .block-inline-blockcall-to-action {
	display: flex;
	height: 100%;
}

.layout--threecol-section:has(.block-inline-blockcall-to-action) img {
	aspect-ratio: 3/2;
	object-fit: cover;
}

@media only screen and (max-width: 991px) {
	.student-learning-outcomes {
		flex-direction: column;
		padding: 100px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.educational-program-section div {
		flex-direction: column;
		margin-bottom: 30px;
	}
}