.SFX_no_padding {
    padding: 0px;
}

.SFX_module_grey {
    background-color: #f7f7f7;
}

.SFX_title_1 {
    /*font-size: 40px;
    color: #003e7e;
    font-weight: 600;*/
    margin-bottom: 3%;
}

.SFX_claim_contact {
    margin: 5% 0%;
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    table-layout: fixed;
}

.SFX_personal_product_benefit_details{
    padding: 0px;
    display: flex;
    align-items: center;
}

.SFX_personal_product_benefit_title {
    font-weight: 600;
    color: #464646;
}

.SFX_personal_product_benefit_description {
    color: #959595;
}

.SFX_claim_contact td:empty {
    background-color: #f7f7f7;
}

.SFX_claim_contact td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 68px 0%;
    vertical-align: top;
    position: relative;
}

.SFX_personal_product_benefit_new_box {
    border-radius: 25px;
    background-color: #f86464;
    width: fit-content;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
}

.SFX_personal_product_benefit_optional_box {
    border-radius: 25px;
    background-color: #d7d7d7;
    width: fit-content;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
}

.SFX_claim_contact tr:last-child td {
    border-bottom: none;
}

.SFX_claim_contact tr td:last-child {
    border-right: none;
}

.SFX_claim_contact img {
    /*width: 60px;
    height: 60px;
    object-fit: contain;*/
}

@media screen and (max-width: 1040px) {
    .SFX_claim_contact td {
        display: inline-block;
        width: 100%;
    }

    .SFX_claim_contact tr td {
        border-right: none;
    }

    .SFX_claim_contact tr:last-child td {
        border-bottom: 1px solid #e5e5e5;
    }


        .SFX_claim_contact tr:last-child td:last-child {
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }
}

@media screen and (max-width: 767px) {
    .SFX_personal_product_benefit_details{
        display:inline-block;
        text-align:center;
    }
    .SFX_personal_product_benefit_details_item_padding{
        padding: 20px 0px !important;
    }
    .SFX_claim_contact td{
        padding: 40px 40px !important;
    }
}
    
