.member-tile{
    margin-bottom: 40px;
    display: grid;
    grid-auto-columns: 50%;
}

.mt-left{
    grid-column: 1 / 2;
}

.mt-right{
    grid-column: 2 / 3;
}

.mt-picture img{
    width: 100%;
    height: auto;
}


.mt-text{
    height: 100%;
    background-color:rgb(35, 141, 92);/* rgb(13, 116, 68);*/
    color: white;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

