.kampanya-header{
	color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 33px;
    margin-top: 25px;
	margin-bottom: 35px;
}
.logo-sok{
	height: 250px;
	width: auto;
	margin-bottom: 35px;
}
.text-slogan{
    color: #fee100;
    background: -webkit-linear-gradient(#fee100, #d2d2d2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 39px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}
.text-bilgilendirme{
	color: white;
}

@media only screen and (max-width: 992px) {
	.logo-sok{
		height: 200px;
	}
	.text-slogan{
		font-size: 26px;
	}
	.text-bilgilendirme{
		color: white;
		text-align: center;
	}
}
