.mat_contact-box{
    display: -ms-flexbox;
    display:flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
}

.mat_contact-photo {
    display: block;
    width: 100%;
}

.mat_contact-photo img {
    object-fit: cover;
    display: block;
}

@media screen and (min-width: 600px) {
    .mat_contact-button {
        margin-top: 10px;
    }
}

@media screen and (min-width: 767px) {
    .mat_contact-photo {
        width: 50%;
    }
}




.mat_contact-info{
    display: -ms-flexbox;
    display:flex;
    -ms-flex-direction: column;
    flex-direction:column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding:1.5rem;
}

.mat_contact-button {
    text-align:right;
}