.banner-text {
	position: absolute !important;
	top: -175px !important;
	left: 13% !important;
	text-align: left;
}

.banner-text h2,
.banner-text h4 {
	font-family: georgia, times-roman, serif !important; 
	font-style: italic !important; 
	color: #0A75BB;
	text-transform: none !important;
}

.banner-text h4 {
	font-size: 20px !important;
}
.banner-text h2 {
	font-size: 24px !important;
	line-height: 30px !important;
	margin-bottom: 0px !important;
}
.banner-text h2::before {
	content: '';
	position: absolute;
	background-image: url(../assets/images/2022/11/quotes.png);
	background-repeat: no-repeat;
	width: 75px !important;
	height: 75px !important;
	left: -80px;
}
#tableBG {
	background: none;
}