#cms .cms17 h3{
	display: block;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	padding: 16px;
}
#cms .cms17 .f{
	display: block;
}
#cms .cms17 div.visiter{
	display: block;
	padding-top: 35%;
	background: transparent url('../img/visiter.jpg') no-repeat center center;
	background-size: cover;
}

#cms .cms17 div.content{
	padding-top: 40px;
}
#cms .cms17 div.content p{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
}
#cms .cms17 div.content a.btn{
	margin-top: 15px;
}


@media screen and (max-width: 768px) {
	#cms .cms17 div.visiter{
		height: 40vh;
	}
	#cms .cms17 div.content{
		padding: 25px;
	}
	#restricted-country p{
		font-size: 13px !important;
	}
}