.service-column {
    display: flex;
}

.service-block-one {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-block-one .inner-box {
    flex: 1; /* makes all inner boxes stretch equally */
    display: flex;
    flex-direction: column;
}