.et_pb_mw_tile .tile {
	background:#fff !important;
	border:2px solid #dde2eb;
	color:#dde2eb;
	display:inline-block;
	padding:5px;
	padding-bottom: 40px !important;
	margin: 5px;
	position:relative;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	width:100%;
	    box-shadow: 1px 1px 13px rgba(130, 130, 130, 0.7) !important;
	    overflow: hidden;
	    height: 480px;
	    
}
}

.et_pb_mw_tile .tile:hover {
	cursor:pointer;
}
.et_pb_mw_tile .tile img {
	 transition: all 1s ease-in-out !important;
}

.et_pb_mw_tile .tile > span {
	margin: 0 auto;
    overflow: hidden;
    padding: 7px 12px !important;
    color: #1A294C !important;
    font-size: 17px;
    display: block;
    bottom: 0px;
    width: 100%;
     transition: all .8s ease-in-out !important;
    text-transform: uppercase;
}

.et_pb_mw_tile .tile:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.et_pb_mw_tile .tile .ctnt{	
	padding: 10px 20px !important;
    color: #777 !important;
}
.et_pb_mw_tile .tile .ctnt p{	
	font-size: 14px;
	line-height: 1.5;
}

.et_pb_mw_tile .tile  hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(204, 204, 204, 0.75), rgba(0, 0, 0, 0)) !important;
}