.ars-tour-location-section{
	    margin-top: 25px;
    margin-bottom: 30px;
}
.ars-tour-location-container{
		display: inline-block;
    width: 100%;
}
.ars-tour-location-col-md-12{
	
}
.ars-tour-location-card{
	display: inline-block;
    width: 100%;
    border: 3px solid #f3772d;
    padding: 0;
    margin-bottom: 30px;
}
.ars-tour-location-card-image-area{
	display: inline-block;
    width: 100%;
	float:left;
}
.ars-tour-location-card-image{
	width:100%;
	display:block;
}
.ars-tour-location-card-desc-area{
	display: inline-block;
    width: 100%;
    background: #1c95b2;
    padding: 5px;
	float:left;
}
.ars-tour-location-card-desc-area h3{
	color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .tur-lokasyon-ust-div{
        padding-left:5px;
        padding-right:5px;
    }
    .ars-tour-location-card-desc-area h3 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
	.ars-tour-location-container{
		padding-right:0;
		padding-left:0;
	}
	.ars-tour-location-col-md-12{
		display:inline-block;
		padding-right:0;
		padding-left:0;		
	}
}