	#about .title{
			color: #FFF;
font-family: "ABC Favorit";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 100% */
letter-spacing: -1.2px;
		}
		
		#desc{
			color: #FFF;
text-align: center;
font-family: "ABC Favorit";
font-size: 22px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.5px;


		}
		
		#about {
			padding-top: 40px;
		}
		
		.izde small{
			color: #FFF;
font-family: "ABC Diatype Mono Variable Unlicensed Trial";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 10.018px; /* 62.612% */
text-transform: uppercase;
		}
		.izde p{
			color: #FFF;

font-family: "ABC Favorit";
font-size: 20px;
font-style: normal;
font-weight: 350;
line-height: 25px; /* 100% */
letter-spacing: -0.5px;
		}
		
		#about{
			background-image: url('../images/bg_about.jpg');
			background-size:70%;
			background-position: center bottom;
			background-repeat: no-repeat;
			height:820px;
		}
		
				#since{
			color: #FFF;
font-family: "ABC Diatype Mono Variable Unlicensed Trial";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 10.018px; /* 62.612% */
text-transform: uppercase;
		}
		
		
	@media (max-width:768px){
			#about{
		
			background-size:190%;
		height:870px;
		}
	}