
#billboard {
	overflow: hidden;
}

#billboard .glide.glide-billboard {
	width: 80vw;
}

#billboard .glide.glide-billboard .glide__track {
	width: 100vw;
}

#billboard .glide__slide {
	height: 664px;
	padding: 5.7em;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#billboard .glide__slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(108.68deg, rgba(9, 79, 105, 0.8) 0%, rgba(63, 164, 184, 0.8) 100%);
}

#billboard h2.h1 {
	color: #fff;
}

#billboard .glide__slide .desc {
	max-width: 910px;
	margin-bottom: 4px;
}

#billboard .glide__slide > * {
	position: relative;
}


@media (max-width: 767px){
	#billboard .glide.glide-billboard {
		width: 100%;
	}
}

@media (max-width: 480px){
	#billboard .glide__slide {
		height: 626px;
		align-items: center;
		padding: 20px;
		text-align: center;
	}

	#billboard .glide__slide .button {
		width: 100%;
	}

	#billboard .glide__bullets {
		bottom: 4em;
		left: 20px;
		right: 20px;
		transform: unset;
		justify-content: center;
	}
}