.showcase_title {
	margin: 40px 0;
	font-size: 22px;
}

.showcase_sector {
    margin-bottom: 20px;
	margin-top: 0;
    font-size: 22px;
}

.showcase_h3 {
    margin: 10px 0;
}

.showcase_img {
	width: 100%;
	border-radius: 5px;
}

.showcase_filelink {
	width: 100%;
	margin: 10px 0;
	display: block;
	color: #3C5D8E;
}

.sp-fullscreen-button {
	color: #ffffff;
}

.sp-arrow {
	border-radius: 5px;
	background-color: #111111;
	opacity: 0.8;
}

.sp-image-container {
	border-radius: 5px;
}

.main-page__content-information.node_it_showcase {
	margin-top: 20px;
	background: #ffffff;
}

@media screen and (max-width: 768px) {
	.main-page__content-information.node_it_showcase {
		background: unset;
	}
}