/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  .single-well img {
	float: right;
	width:550px;height:415px ;margin-top:5px;
  }
 
	 .column {
	width: 25%;
    display: block;
	padding: 10px;
	/* margin-bottom:10px; */
	margin-left: auto;
    margin-right: auto ;
	
	}
	.card {
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	  transition: 0.3s;
	  border-radius: 5px;
	  height: 470px;
	  /* margin-bottom:10px; */
	  /* background: purple; */
	}
	
.imgScrollWrap_2 {
            position: relative;
            height: 180px;
			margin: 0 auto;
       /*   border: 1px #999 solid;  */
            overflow: hidden;
			
			width: 950px;
        }
		
.imgScrollList_2{
            position: absolute;
            top: 0;
            left: 35px;
            width: 720px;
            height: 180px;
            overflow: hidden;
            z-index: 1;
			
			width: 850px;
			margin-left :15px;
        }

}