 .et_pb_mw_itile{
	display: flex;
    justify-content: center;
        min-height: 240px;
    }
    .et_pb_mw_itile .info{
	    padding: 30px 20px 0 20px;
	    flex: 2;
	    font-size: 14px;
    }
     .et_pb_mw_itile .info h2{
	     font-weight: bold;
	     color: #053774;
     }
     .et_pb_mw_itile .info .read_more{
	    padding: 20px 0;
	    color: #2F5216;
	    display: block;
	    text-transform: uppercase;
    }
    
     .et_pb_mw_itile .img{
	    flex: 1;
	       
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    }
     .et_pb_mw_itile .img:after{
	     content: "";
		 position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid white;
    border-bottom: 10px solid transparent;
     }