h5 {
            color: white;
            margin-top: 5px;
        }

        .bg-light {
            background: white;
            padding: 5px;
        }

        .office-block {
            color: white;
            background: #890a1d;
        }

        .cardColumn {
            text-align: center;
            display: contents;
            width: 100%;
            margin: auto;
        }

        .table-responsive {
            padding: 10px;
            min-height: 25em;
        }

        .cardColumnTop {
            margin: auto;
            display: flex;
            width: 60%;
        }

        .leftColumn {
            border: 1px solid rgb(0 0 0 / 50%);
        }

        .rightColumn {
            border: 1px solid rgb(0 0 0 / 50%);
        }

        /* headlines with lines */
        .decorated {
            overflow: hidden;
            text-align: center;
        }

        .decorated>span {
            position: relative;
            display: inline-block;
        }

        .decorated>span:before,
        .decorated>span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 2px solid;
            width: 100vw;
            margin: 0 20px;
        }

        .decorated>span:before {
            right: 100%;
        }

        .decorated>span:after {
            left: 100%;
        }

        h5 {
            color: #890a1d;
        }