.recruitment-banner {
	position: relative;
	overflow: hidden;
}

.recruitment-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.recruitment-banner .btn {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
