.tourist-visa{
	margin-top: 80px;
	width: 100vw;
	color: #12365E;	
	padding-bottom: 50px;
	
	
}

.tourist-visa .title{
	background: url('../image/team.jpg'), rgba(0,0,0,0.6);
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 300px;	
	display: flex;
	align-items: center;
	padding-left: 100px;
}

.tourist-visa .title h1{
	color: white;
	font-size: 35px;
}

.tourist-visa .subtitle{
	text-align: center;
	margin: 50px 0 25px 0; 
	font-size: 25px;
}

.tourist-visa .text{
	padding: 50px;
}

.tourist-visa .text h2{
	margin: 25px 0 25px 0;
}

.tourist-visa .text h4{
	margin: 15px 0 15px 0;
	text-decoration: underline;
}

.tourist-visa .contact-btn{
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}

.tourist-visa .contact-btn button{
	border: 0;
	border-radius: 0;
	padding: 8px;
	font-size: 16px;
	color: white;
	background-color: #ec4e4f;
}

@media (max-width:768px)
{
	.tourist-visa{
		margin-top: 0;
		padding-bottom: 100px;
	}

	.tourist-visa .title{
		padding-left: 20px;
		height: 200px;	
	}

	.tourist-visa .title h1{
		font-size: 30px;
		text-align: center;
	}	
	
	.tourist-visa .subtitle{
		font-size: 18px;
		margin-bottom: 20px;
		padding: 0 5px 0 5px;
		
	}
	
	.tourist-visa .text{
		padding: 10px;
	}
}