.tickets article:nth-child(2n){
	background-color: #f2f2f2;
}
.tickets div{
	width: 450px;
}
.tickets .map{
	width: 450px;
	height: 280px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #384b76;
}
.tickets img{
	max-width: 100%;
}