/* ======================== */
/* === Product Features === */
/* ======================== */

.scd-kcfep1340 .title {
    width: 350px;
    margin: 0 auto 30px;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px; */
    text-align: center;
}

.scd-kcfep1340 .title h2 {
    font-size: 22px;
    line-height: 1.38;
    font-weight: 700;
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

.scd-kcfep1340 .title img {
    width: auto;
    height: 44px;
    display: inline;
    vertical-align: middle;
}

/* TABS */

.scd-kcfep1340 .tabs {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.scd-kcfep1340 .tabs .tab {
    width: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 25px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.scd-kcfep1340 .tabs .tab:hover {
    cursor: pointer;
}

.scd-kcfep1340 .tabs .tab.active {
    background: #F3F3F3;
}

.scd-kcfep1340 .tabs .tab img {
    width: auto;
    height: 43px;
}

.scd-kcfep1340 .tabs .tab span {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
}

.scd-kcfep1340 .tabs .border {
    width: 1px;
    height: 100px;
    background: #dddddd;
}

/* CONTENT BOXES */

.scd-kcfep1340 .content-wrapper .content-box {
    display: block;
    padding: 50px;
    background: #F3F3F3;
}

.scd-kcfep1340 .content-wrapper .content-box.active {
    display: block;
}

.scd-kcfep1340 .content-wrapper .content-box ul {
    margin-bottom: 30px;
}

.scd-kcfep1340 .content-wrapper .content-box ul li {
    font-size: 16px;
}

.scd-kcfep1340 .content-wrapper .content-box a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

/* HEADINGS */

.scd-kcfep1340 .content-wrapper .content-box .heading {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.scd-kcfep1340 .content-wrapper .content-box .heading img {
    width: 42px;
    margin: auto;
}

.scd-kcfep1340 .content-wrapper .content-box .heading span {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* .scd-kcfep1340 .title h2 {
        font-size: 22px;
    } */

    /* .scd-kcfep1340 .title img {
        height: 44px;
    } */

    .scd-kcfep1340 .title {
        width: 100%;
    }

    .scd-kcfep1340 .tabs {
        gap: 0;
        display: flex;
    }

    .scd-kcfep1340 .tabs .tab {
        padding: 20px 15px;
    }

    .scd-kcfep1340 .tabs .tab img {
        height: 30px;
    }

    .scd-kcfep1340 .tabs .tab span {
        font-size: 16px;
    }

    .scd-kcfep1340 .content-wrapper .content-box {
        display: none;
    }

    /* .scd-kcfep1340 .content-wrapper .content-box ul li {
        font-size: 16px;
    } */

    /* .scd-kcfep1340 .content-wrapper .content-box a {
        font-size: 14px;
    } */

    .scd-kcfep1340 .content-wrapper .content-box .heading {
        display: none;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .scd-kcfep1340 .title h2 {
        font-size: 24px;
        margin-right: 15px;
    }

    .scd-kcfep1340 .title img {
        height: 48px;
    }

    .scd-kcfep1340 .tabs {
        gap: 6px;
    }

    .scd-kcfep1340 .tabs .tab {
        padding: 25px 20px;
    }

    .scd-kcfep1340 .tabs .tab img {
        height: 38px;
    }

    .scd-kcfep1340 .content-wrapper .content-box ul li {
        font-size: 18px;
    }

    .scd-kcfep1340 .content-wrapper .content-box a {
        font-size: 16px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .scd-kcfep1340 .title h2 {
        font-size: 26px;
    }

    .scd-kcfep1340 .title img {
        height: 52px;
    }

    .scd-kcfep1340 .tabs {
        gap: 10px;
    }

    .scd-kcfep1340 .tabs .tab img {
        height: 43px;
    }    

    .scd-kcfep1340 .tabs .tab span {
        font-size: 18px;
    }

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

}



