.SFX_no_padding {
    padding: 0px;
}

.SFX_title_1 {
    font-size: 40px;
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_Business_Block {
    /*margin: 5% 0%;*/
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}


.SFX_Tick_Title {
    color: #636363;
    font-weight: 600;
    padding-top: 5%;
    font-size: 15px;
}

.SFX_Tick_Content {
    color: #959595;
    font-weight: 600;
    padding-top: 2%;
    font-size: 13px;
    margin: 0% 10%;
}

.SFX_Business_Block td:empty {
    background-color: #f7f7f7;
}

.SFX_Business_Block td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 40px 20px;
    vertical-align: middle;
    position: relative;
}
.SFX_Business_Block_Top {
    vertical-align: top !important;
}

.SFX_Business_Block th {
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 6% 0% 6% 0%;
    vertical-align: top;
    position: relative;
}

.SFX_Business_Block_new_box {
    border-radius: 25px;
    background-color: #f86464;
    /*width: fit-content;*/
    width: 42px;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
    display: inline-flex;
}

.SFX_Business_Block_optional_box {
    border-radius: 25px;
    background-color: #d7d7d7;
    width: 70px;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
    display: inline-flex;
}

.SFX_Business_Block td {
    /*padding-top: 5%;*/
}

.SFX_Business_Block tr:last-child td {
    border-bottom: none;
}

.SFX_Business_Block tr:first-child td:last-child {
    border-top-right-radius:25px;
}

.SFX_Business_Block tr:last-child td:last-child {
    border-bottom-right-radius:25px;
}

.SFX_Business_Block tr td:last-child {
    border-right: none;
}

.SFX_Business_Block img {
    width: 60%;
}

.SGX_no_padding_left {
    padding-left: 0;
}

.SGX_no_padding_right {
    padding-right: 0;
}


/*Top*/


.SFX_content_1 {
    font-size: 20px;
    font-weight: 600;
    color: #377dff;
}

.SFX_content_2 {
    font-size: 15px;
    font-weight: 100;
    color: #959595;
}

.SFX_content_3 {
    font-size: 15px;
    font-weight: 100;
    color: #636363;
    text-align: left;
    padding: 3% 0% 8% 0%;
}


.SFX_padding_left {
    padding-left: 5%;
}

.SFX_Circle_tick {
    width: 35px;
    height: 35px;
    margin: auto;
}

.cls-1 {
    fill: none;
    stroke: #377dff !important;
    stroke-width: 1.5px !important;
}


/*Business Block 2*/

.SFX_Business2_Title {
    /*color: #377dff;
    font-weight: 600;*/
    padding-top: 2%;
    /*font-size: 25px;*/
    margin: 0% 10%;
}

/*Business Block 3*/

.SFX_Tick_Title3 {
    /*color: #636363;
    font-weight: 600;*/
    /*padding-top: 2%;*/
    /*font-size: 15px;*/
}

.SFX_Circle_tick3 {
    width: 60px;
    position: relative;
    height: 35px;
    /*margin-left: 10%;*/
}


.SFX_tick_margin {
    /*margin-top: 8%;*/
    display:-webkit-flex;
    align-items:center;
}

@media screen and (max-width:1040px) {
    .SFX_Business_Block tr td {
        display: inline-flex;
        width: 100%;
        min-height: 150px;
        border: none;
        border-top: solid 1px #e5e5e5;
    }

    .SFX_Business_Block_Top {
        justify-content: center;
        align-items: center;
    }

    .SFX_Business_Block_Middle {
        padding: 40px 40px !important;
    }

    .SFX_Business_Block th {
        border-bottom: none;
    }

    .SFX_Business_Block > tbody > tr:first-child > td:first-child {
        border-top: none;
    }

    .SFX_Business_Block_Top > div > .SFX_Circle_tick {
        margin-bottom: 10px;
    }
}
