.banner-info-custom {
	padding-top: 100px;
	display: table-cell;
	vertical-align: middle;
}

.banner-info-custom h1 {
	font-size: 76px;
	font-weight: 800;
	margin:0;
}

.banner-info-custom h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 20px 0 75px;
}

.banner-info-custom h2 span {
	font-weight: 700; 
	color: #d4af37;
}

.container-flex {
	display: flex;
}

.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto
}