.mad-additional-content {
    display: block;
    clear: both;
    margin-top: 413px;
}

.mad-flex-row {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
}

.mad-flex-row {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
}

.mad-flex-item {
    flex-basis: 50%;
    padding: 0 15px;
}

.mad-flex-item.left,
.mad-flex-item.right{
    float: none;
}