/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.table .table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.table .table-header p {
    padding: 1rem;
}

.table .table-body p {
    padding: .5rem 1rem;
}

.table .table-header {
    border-bottom: 1px solid var(--primary, #003a65);
}

.table {
    margin-bottom: 3rem;
}
.table_image .box-shadow{
    width: 100%;
}
.table_image .box-shadow a > img{
    max-width: auto;
    width: 100%;
    height: 100%;
}