﻿.sameheight-container {
    padding: unset !important;
    margin: unset !important;
    width: auto !important;
}

    .sameheight-container .row-flex {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .sameheight-container .content {
        height: 100% !important;
    }