.tf-homepage-banner-text{
	padding: 30px 35px;
}

.tf-homepage-banner-text .banner-title{
	color: #063079;
	font-family: Roboto Condensed;
	font-size: 69px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 14px;
	/* text-shadow: 2px 2px 8px rgba(0, 0, 0, .53); */
	text-transform: uppercase;
}

.tf-homepage-banner-text .banner-title span{
	 color: #c4a764;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.tf-homepage-banner-text p{
	 color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    /* max-width: 571px; */
    /* text-shadow: 1px 1px 0 rgba(0, 0, 0, .52); */
}


.home #welcome{
	aspect-ratio: 32/10;
	height: auto !important;
}

@media screen and (max-width: 991px) {
	.home #welcome{
		aspect-ratio: 32/10;
		height: auto !important;
	}

	.home header{
		background-position: center !important;
		background-size: cover !important;
	}
}

@media screen and (max-width: 767px) {
	.home #welcome{
		aspect-ratio: 17/9;
		background: none !important;
	}
}