[id^="semester"].accordion {
	padding: 30px 0;
}

.departmentSpotlight .departmentSpotlight__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}