.profit{}
.profit h4{
	color:var(--primary-color);
}
.profit h3{}
.profit h5{}
.profit p{}

.focus-message h3{
	font-size: 60px;
	font-family: 'SanFranciscoDisplay';
	font-weight: 300 !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}
.focus-message h4{
	font-family: 'SanFranciscoDisplay';
	font-weight: 600;
	color: var(--primary-color);
}
.focus-message h5{
	font-family: 'SanFranciscoDisplay';
	font-weight: 600;
	color: var(--primary-color1);
	text-transform: uppercase;
}
.focus-message p{
	font-family: 'SanFranciscoDisplay';
}

.firstcharacter{
	color: var(--primary-color);
    float: left;
    font-family: 'SanFranciscoDisplay';
	font-weight: 300 !important;
    font-size: 80px;
    line-height: 60px;
    padding-right: 5px;
}
.sign{
	margin-top: 20px;
}
.sign p{
	font-size: 14px;
}
.sign h4{
	color:var(--primary-color1);
	font-weight: 300;
}