#hero195 {
	background-image: url(img-2/bg-contact.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}
p{
    font-family: 'Titillium Web';
    color: black;
}
#hero195::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: -1;
}
#hero195 .hero195 {
	margin: 0 auto;
	padding:  50px;
	justify-content: flex-start;
}
#hero195 h1 {
	background: linear-gradient(90deg,#cfaa53 100% ,#F0DA1D  ,#cfaa53);
    font-size: 80px;
    letter-spacing: 1px;
    padding: 100px;
    margin-bottom: -0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #hero195 h1 {
		font-size: 3rem;
         margin-left: -50px;
	}
    #hero195 p {
		font-size: 1.3rem;
        
	}
}