@media screen and (max-width: 599px) {
    .kalk_values_row_inner {
        display: flex;
        flex-direction: column;
    }
    .kalk_values_row_inner .kalk_values_cell_1,
    .kalk_values_row_inner .kalk_values_cell_2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .kalk_values_row_inner:last-child .kalk_values_cell_2 {
        justify-content: center;
    }
    .kalk_values_row_inner .site_kalk {
        text-align: center;
        margin: 0;
    }
    .kalk_values_row_inner .site_kalk:first-child {
        margin: 0 0 15px 0!important;
    }
}