.WayCovered_module_blue {
    background-color: #377dff;
    /*color: #ffffff;*/
}

.SFX_table_block_2 {
    min-height: 200px;
}

.SFX_table_block_2  tr td{
    vertical-align: middle;
    min-height: 250px;
}

.SFX_table_block_2 tr td:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);     
}

.SFX_table_block_2 td img {
    width: auto;
    height: 70px;
    margin-bottom: 27px;
}

.SFX_table_block_2 td p {
    font-size: 1em;
    padding-bottom: 22px;
}

.SFX_WayCovered_table {
    height: 100%;
    min-height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    background: #ffffff;
    border-collapse: separate;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}

.SFX_table_right {
    border-right: 1px solid #e5e5e5;
}

.SFX_table_transparent {
    background-color: transparent!important;
}

.SFX_block_spilt_horizontal {
    padding: 4% 0% 4% 0%;
}

@media screen and (max-width: 1040px) {
    .SFX_table_right {
        border-right: none;
    }

        .SFX_table_right:not(:last-child) {
            border-bottom: 1px solid #e5e5e5;
        }

    .BTN_Head_Office {
        padding: 0;
        text-align: center;
    }

    .BTN_Branches {
        padding: 0;
        text-align: center;
    }

    .SFX_table_block_2 tr td {
        display: flex;
        width: 100%;
        align-items: center;
        min-height: 250px;
    }

    .SFX_table_block_2 {
        padding: 0;
    }

        .SFX_table_block_2 tr td:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .SFX_table_block_2 tr td {
            width: 100%;
        }
}
