.title-wrapper h1{
	font-size: 57px;
	line-height: 0;
}

.inline-title-component{
	margin-top: -80px;
}

@media (max-width: 991px){
	.title-wrapper{
		flex-direction: column;
	}
	
	.title-wrapper h1{
		font-size: 33px;
		line-height: 40px;
	}
	
	.inline-title-component {
    	margin-top: -74px;
	}
}