/* Student Programs */
.programs-sec {
	background: #f3f7f8;
	position: relative;
}

.programs-sec::before {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background: #f1c40f;
	margin: -25px auto 28px !important;
}

.programs-sec .sec-title {
	margin-bottom: 35px;
}

.programs-sec .course-inner {
	border-top: 4px solid #22253a;
	min-height: 220px;
	padding: 34px 30px 24px 112px;
	position: relative;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.programs-sec .course-inner:hover {
	box-shadow: 0 12px 28px rgba(34, 37, 58, 0.16);
	transform: translateY(-5px);
}

.program-icon {
	position: absolute;
	left: 30px;
	top: 36px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f1c40f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.programs-sec .course-desc {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.programs-sec .course-desc h2 {
	margin-top: 0;
	margin-bottom: 18px;
}

.programs-sec .course-desc h2 a {
	color: #22253a;
}

.programs-sec .course-desc h2 a::before {
	display: none;
}

.programs-sec .course-desc p {
	margin: 0;
	color: black;
}

.course-sec {
	margin-top: 0;
}

.course-sec .sec-title h1 {
	color: #22253a;
}

.course-sec .course-thumb img,
.another-course-sec .course-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.farewell-sec {
	background: #f7f8f5;
	position: relative;
}

.farewell-title {
	margin-bottom: 40px;
}

.farewell-title h1 {
	color: #22253a;
}

.farewell-title p {
	max-width: 850px;
	margin: 0 auto;
}

.farewell-grid {
	display: flex;
	flex-wrap: wrap;
}

.farewell-grid > [class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.farewell-card {
	background: #fff;
	border-top: 4px solid #f1c40f;
	box-shadow: 0 5px 18px rgba(34, 37, 58, 0.08);
	padding: 30px 28px 24px 88px;
	position: relative;
	width: 100%;
}

.farewell-card h2 {
	color: #22253a;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 16px;
}

.farewell-card p {
	color: black;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}

.farewell-card p:last-child {
	margin-bottom: 0;
}

.farewell-icon {
	position: absolute;
	left: 25px;
	top: 30px;
	width: 46px;
	height: 46px;
	background: #22253a;
	border-radius: 50%;
	color: #f1c40f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.map-directions-link {
	background: #f1c40f;
	color: #22253a;
	display: block;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 13px 18px;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.map-directions-link i {
	margin-right: 8px;
}

.map-directions-link:hover,
.map-directions-link:focus {
	background: #22253a;
	color: #fff;
}