.executives {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.executives .grid + .grid {
    margin-top: 30px;
}
.executives .grid img {
    width: 100%;
    height: auto;
}
.executives .post {
    margin: 10px 0 3px;
    font-size: 1.2rem;
    font-weight: 700;
}
.executives .duty {
    margin-bottom: 3px;
    font-size: small;
}
@media print, screen and (min-width: 768px) {
    .executives {
        flex-direction: row;
        justify-content: space-between;
    }
    .executives .grid {
        display: flex;
        flex-direction: column;
        width: calc((100% - 48px) / 3);
    }
    .executives .grid + .grid {
        margin: 0;
    }
    .executives .post {
        font-size: 1.5rem;
    }
    .executives .executive_name {
        margin-top: auto;
        font-size: 1.7rem;
    }
}