.homenews-title {
	margin-top: 50px;
	display: block;
	text-align: center;
	background: url(../../../img/2019/bestbonus_home_h_bg.png) no-repeat center center;
	background-size: 100%;
}

.homenews-title .title {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #585858;
}
@media (max-width: 992px) { 
	.homenews-title { background: none }
}
/*
@media (max-width: 992px) { 
	.homenews-title .title {
		font-size: 50px;
	}
	.homenews-button .btn {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.homenews-title {
		background: #ff87cf;
		height: auto;
		margin: none;
		padding: 25px 0 25px 0;
	}
	.homenews-title .title {
		font-size: 24px;
		padding: 0 0 10px 0;
	}
	.homenews-title .text { 
		font-size: 12px;
		line-height: 16px;
		padding: 0px;
	}
}
*/