 .et_pb_mw_ttile{
	display: flex;
    justify-content: center;
        min-height: 240px;
    }
    .et_pb_mw_ttile .info{
    padding: 20px;
    flex: 2;
    font-size: 14px;
    height: 18rem;
        overflow: scroll;
    }
     .et_pb_mw_ttile .info h2{
	     font-weight: bold;
	     color: #053774;
     }
    .et_pb_mw_ttile .info .subtitle{
	     color: #2f5216;
	     font-size: 12px;
     }
    
     .et_pb_mw_ttile .img{
	    flex: 1;
	       
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    }
     .et_pb_mw_ttile .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;
     }