.col-xl-4.text-image-right {
    padding-right: 35px;
}
.mf-agenda .col-xl-8.image-right {
padding-left: 4.33333%;
}
.image-right .image-wrapper img{
  float:left;
}

.btn-wrapper{
  margin-top:35px;
}
	@media (max-width: 1199px) {
    .image-wrapper {
    margin-top: 50px;
}
    
  .mf-agenda .col-xl-8.image-right {
   padding-left: calc(var(--bs-gutter-x) * .5);
}
    .image-right .image-wrapper img {
    max-width: 100%!important;
    height: auto;
}
    .image-right .image-wrapper img {
    float: right;
}
    .col-xl-4.text-image-right {
   padding-right: calc(var(--bs-gutter-x) * .5);
}
}







/* Table Striped Column */

    .mf-table.table.table-striped.table-striped-column>tbody>tr:nth-of-type(odd)) {

    }
    .table-striped-column>tbody>tr:nth-of-type(odd){
        background-color: transparent!important;
    }
    .table-striped-column .column-grey {
        background-color: #ededed;
    }

    /* Table big font */
    .mf-table.big>tbody>tr>td, .mf-table.big>tbody>tr>th, .mf-table.big>tfoot>tr>td, .mf-table.big>tfoot>tr>th, .mf-table.big>thead>tr>td, .mf-table.big>thead>tr>th {
        border-top: none;
        border-bottom: none;
        border-right: 0;
        padding: 11px 10px;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }


    table.mf-table.table.table-striped {
        margin-bottom: 50px;
          border: none;
    }


    .mf-table-head {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #323232;
        padding: 17px 15px;
        margin-top:50px;
    }
    .mf-table>tbody>tr>td, .mf-table>tbody>tr>th, .mf-table>tfoot>tr>td, .mf-table>tfoot>tr>th, .mf-table>thead>tr>td, .mf-table>thead>tr>th {
        border-top: none;
        border-bottom: none;
        padding: 11px 10px;
        font-size: 12px;
        line-height:24px;
        font-weight: bold;
    }
.mf-table>tbody>tr>td span {
    font-size: 14px;
    font-weight: normal;
}
    .mf-table>thead th:first-child {
        padding-left: 15px;
        border-left: 0!important;
    }
    .mf-table>tbody th:first-child {
        padding-left: 15px;
        border-left: 0!important;
    }

    .mf-table >thead>tr>th {
        border-bottom: none;
        font-size: 16px;
    }
    .mf-table thead th {
        font-size: 18px;
        padding-top: 18px!important;
        padding-bottom: 18px!important;
      min-width:150px;
    }
    .mf-table  td, .mf-table  th {
        /* margin: 0 20px; */
        border-left: 30px solid #fff;
    }

    .mf-table>thead th:last-child {
        border-right: none;
    }
    .mf-table>tbody th:last-child {
        border-right: none;
    }

    .mf-table  tr {
        /* margin: 0 20px; */
       border-top: 1px solid #323232!important;
       border-bottom: 1px solid #323232;
    }
    .mf-table thead tr {
        border: none !important;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #ededed;
    }
    .table-striped>tbody>tr:nth-of-type(even) {
        background-color: #fff;
    }
    .mf-table thead {
        background: #fff;
    }





    @media only screen and (max-width: 992px) {
        .table-responsive-md {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
        .mf-table>tbody>tr>td, .mf-table>tbody>tr>th, .mf-table>tfoot>tr>td, .mf-table>tfoot>tr>th, .mf-table>thead>tr>td, .mf-table>thead>tr>th {
            min-width: 200px;
        }
        .mf-table>thead th:first-child {
            min-width: 100px;
        }
        .mf-table>tbody th:first-child {
            min-width: 100px;
        }

    }

