@media (min-width: 992px) {
	.d_courseLanguageDesktop {
		margin-top: 10px;
		color: white;
		max-width: 770px;
	}

	.d_courseLanguageDesktop img {
		margin-right: 8px;
		margin-left: 12px;
		width: 21px;
		height: 21px;
		filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(115deg) brightness(110%) contrast(100%);
	}

	.d_courseLanguageDesktop_ccIcon img {
		margin-bottom: -3px;
	}

	.d_courseLanguageDesktop_tooltip {
		border-bottom: 1px solid white;
		position: relative;
		cursor: pointer;
	}

	.d_courseLanguageDesktop_container {
		display: none;
	}

	.d_courseLanguageDesktop_inner:not(:last-of-type) {
		margin-bottom: 2px;
	}
}