 .et_pb_mw_ntile{
	 text-align: center !important;
    }
.et_pb_mw_ntile .info{
	    padding: 30px 20px 0 20px;
	    flex: 2;
	    font-size: 14px;
    }
.et_pb_mw_ntile .info h2{
	     font-weight: bold;
	     color: #053774;
	     text-align: center !important;
	     font-size: 16px;
	     min-height: 4rem;
     }
 .et_pb_mw_ntile .info .read_more{
	    padding: 20px 0;
	    color: #2F5216;
	    display: block;
	    text-transform: uppercase;
    }
    
 .et_pb_mw_ntile .img{
	   display: block;
	       height: 160px;
    width: 100%;
	       
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    }
 .et_pb_mw_ntile .img:after{
	     content: "";
		 position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
     }