.banner-2021{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 56.25%;
	position: relative;	
}
.banner-2021:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

.banner-2021 .container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.banner-2021 .content h1,
.banner-2021 .content p{
	color: #fff;
}

.banner-2021 .content h1{
	font-size: 46px;
}
.banner-2021 .content p{
	font-size: 24px;
}