
.content-baslik{
	font-size: 35px;
	text-align: center;
	color: black;
	letter-spacing: 5px;
	margin-bottom: 15px;
	margin-top: 50px;
}


.content-text{ 
	max-width:1100px; 
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #676668;
}

.kurumsal-border{
	width: 67%;
	border-bottom: 1px solid #9b9b9b;
	margin: auto;
	margin-bottom: 85px;
}
@media screen and (max-width:1200px){
	.content-text {
    	font-size: 18px;
   	}
}
@media screen and (max-width:1000px){
	.content-text {
    	font-size: 17px;
   	}
}
@media screen and (max-width:800px){
	.content-text {
    	font-size: 16px;
   	}
   	.content-baslik {
    	font-size: 30px;
    	 margin-top: 25px;
    }
    .kurumsal-border {
	    margin-bottom: 40px;
	}
}

@media screen and (max-width:500px){
	.content-text {
    	font-size: 13px;
    	 margin-top: 15px;
   	}
   	.content-baslik {
    	font-size: 22px;
    }
    .kurumsal-border {
	    margin-bottom: 30px;
	}
}





