.container-footer {
    background: rgb(100, 52, 125);
    color: #fff;
    padding: 10px 30px;
    min-height: 20px;

    display: flex;
    align-items: center;      /* по вертикали */
    justify-content: center;  /* по горизонтали */
}

.container-footer .grid-child {
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center;     /* по вертикали */
    width: 100%;
}

.container-footer .mod-custom {
    text-align: center;
}
.container-footer .mod-custom p {
    margin: 0;           /* убрать стандартные отступы */
    line-height: 1.2;    /* компактнее */
}