@media only screen and (min-width:200px) and (max-width:767px){
	.banner{
		height: 250px;
	}
	.banner-content{
		width: 85%;
		position: absolute;
		top: 15%;
		color: #fff;
	}

	.card-img{
		width: 100px;
		height: 170px;
	}

	.second-banner{
		height: 150px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		border-radius: 15px;
	}

	.city a{
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 500;
	}
}