
.box-tour {
    position: relative;
    width: 65%;
    background-color: #fafafa;
}

@media (max-width: 1200px) {
	
	.box-tour .wrap-tour .slide-list-tour .slide-card-tour {
		width: 100% !important;
	}
	.box-tour {
		position: relative;
		width: 100%;
		background-color: #fafafa;
	}
}


