
h4 {
    text-align: center;
    margin: 40px 0;
}

.section-power h4 {
    margin: 10px 0;
}

/*table*/
.comparison-section {
    margin-bottom: 80px;
}


.products_dec {
    max-width: 900px;
    margin: 10px auto 30px auto;
    text-align: center;
}

.image-text {
    align-items: start;
    margin: 50px 0;
}

.tvh3 {
    margin-top: 50px;
}

.content-text h3 {
    display: flex;
    gap: 15px;
    font-size: 18px;
    align-items: center;
}

.comparison-section .subtitle {
    display: block;
    max-width: 900px;
    text-align: center;
    margin: 10px auto 20px auto;
}

.comparison-section .subtitle span {
    color: var(--main-color);
}

.section-power h3 {
    text-align: center;
}

.comparison-section h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 20px;
}

/*.comparison-table .table-header {
    background: linear-gradient(90deg,
    #F33E58 0%,
    #106ADC 100%
    );
    color: #fff;
}*/

.comparison-table thead tr {
    background: linear-gradient(
        90deg,
        #F33E58 0%,
        #106ADC 100%
    );
    color: #fff;
}

.comparison-table thead th {
    color: #fff;
    padding: 20px 20px 20px 50px;
    text-align: left;
    white-space: nowrap;
    /* border-right: 1px solid #ddd;*/
    font-weight: 600;
}

.comparison-table thead th:first-child {
    border-top-left-radius: 12px;
}

.comparison-table thead th:last-child {
    border-top-right-radius: 12px;
    border-right: none;
}

.comparison-table thead tr {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody td {
    padding: 20px 20px 20px 50px;
    text-align: left;
    white-space: nowrap;
    /*border-right: 1px solid #ddd;*/
}

.section-img {
    margin-top: 30px !important;
}

.td-center td {
    text-align: center !important;
    padding: 20px;
}

.th-center th {
    text-align: center !important;
    line-height: 1.2;
    padding: 5px;
}

.note-cell {
    padding: 0;
    border: none;
}

.note-box {
    padding: 16px 20px 20px 80px;
    border-radius: 0 0 20px 20px;
    background-color: #f9f9f9;
    min-width: 900px;
}

.note-box p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.note-box ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
    min-width: 864px;
}


.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
}

.comparison-table tbody td {
    border-bottom: 1px solid #ddd;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-bottom {
    margin-bottom: 0px;
    margin-top: 20px;
}

.comparison-table tbody td:last-child {
    border-right: none;
}

/*double-column*/
.double-column {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 15px;
}

.double-column .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 80px;
}

.double-column .subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.double-column .cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.double-column .card {
    flex: 1 1 45%;
    display: block;
    border-radius: 12px;
    padding: 40px;
    min-width: 250px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.double-column .top-image {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.double-column .card h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.double-column .card .text {
    font-size: 16px;
}

.double-column .card .bottom-title {
    margin-top: 10px;
    font-weight: 500;
}

.double-column .card .bottom-title span {
    color: #F22C48;
}

.double-column .bottom-card {
    background-color: #ffffff;
    text-align: center;
}

.double-column .bottom-card .text {
    min-height: 150px;
}

.double-column .card .red-text {
    color: #FF3F1C;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.double-column .card .number {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.double-column .common-img {
    margin-bottom: 10px;
}

.double-column .card .title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}

.double-column .highlight {
    font-size: 32px;
    color: red;
    font-weight: bold;
    margin: 15px 0;
}

.double-column .small-text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.content-text span {
    font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
    h4 {
        margin: 20px 0;
        text-align: left;
    }

    .image-text {
        align-items: start;
        margin: 0px 0 20px;
    }

    .tvh3 {
        margin-top: 20px;
    }

    .content-img {
        margin: 0 !important;
    }

    .products_dec {
        text-align: left;
        margin-bottom: 0px;
    }

    .double-column .cards {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .comparison-section {
        margin-bottom: 20px;
    }

    .comparison-section .subtitle {
        text-align: left;
    }

    .comparison-section h3 {
        text-align: left;
        margin-top: 20px;
        font-size: 18px;
    }

    .double-column {
        padding: 0 0;
    }

    .double-column .title {
        margin-top: 20px;
        font-size: 22px;
        text-align: left;
    }

    .double-column .subtitle {
        text-align: left;
    }

    .double-column .card {
        padding: 20px 20px;
    }

    .double-column .card .text {
        text-align: center;
    }

    .double-column .card .bottom-title {
        margin-top: 0;
    }

    .double-column .card h2 {
        font-size: 16px;
        text-align: center;
    }

    .section-img {
        margin-top: 20px !important;
    }

    .custom-bottom {
        padding-bottom: 0px;
    }

    .note-box {
        min-width: 926px;
    }
    .section-power h3 {
        margin-top: 10px;
        margin-bottom: 0;
        text-align: left;
        font-size: 18px;
    }
    .content-text h3{
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-power h3 {
        margin-top: 10px;
        margin-bottom: 0;

    }

    .note-box {
        min-width: 1000px;
    }

    .tvh3 {
        justify-content: center;
        margin-top: 20px;
    }

    .products_dec {
        margin-bottom: 0px;
    }

    .image-text {
        margin-top: 0;
    }

    .image-container {
        margin: 0 auto;
    }

    h3 {
        justify-content: center;
    }

    .comparison-section {
        margin: 40px auto;
    }

    .comparison-section h3 {
        margin-top: 0px;
    }
}