.news .item img{
  object-fit:cover
}
@media (min-width:992px){
.news .item img{
	height:400px;
}
  .news .item .con h5{
min-height:150px;
}
}
@media (min-width:1500px){
.news .item img{
	height:500px;
}
  .news .item .con h5{
  min-height:120px;
  }
}
@media (max-width:991px){
  .news .item .con{
  	padding:10px;
  }
  .news .item .con h5, .news .item .con h5 a{
   font-size:16px 
  }
  .news .item .con h5{
   min-height:100px; 
  }
  .news .item img{
	height:300px;
}
}
@media (max-width:767px){
  .news .item .con h5{
   min-height:auto; 
  }
  .news .item .con h5, .news .item .con h5 a{
   font-size:18px 
  }
   .news .item img{
	height:250px;
}
} 
.form-booking .alert-success{
 color:#fff 
}