.gap_0 {
    gap: 0 !important;
}

/* --------------------------------------------------------------------------------
   Industry Overview
-------------------------------------------------------------------------------- */

/* Large and Growing Market Opportunity table */
.marketOppTable {
    margin-top: 30px;
    padding: 25px;
    border-radius: 14px;
    background: #f3f3f3;

    .tableInner {
        overflow-x: auto;

        table {
            width: 100%;
            min-width: 720px;
            border-collapse: separate;
            border-spacing: 0;

            th,
            td {
                padding: 14px 18px;
                font-size: 18px;
                text-align: right;
                white-space: nowrap;

                &.text-left {
                    text-align: left;
                    white-space: normal;
                }
            }

            thead {
                tr {
                    border-radius: 8px 8px 0 0;
                    background: linear-gradient(90deg, #0075b8 0%, #56b6c5 100%);
                }

                th {
                    color: var(--white);
                    font-weight: 500;
                    font-family: 'Helvetica Neue';
                    background: transparent;
                }
            }

            tbody {
                td {
                    color: var(--gray2);
                    font-weight: 400;
                    font-family: 'Helvetica Neue';
                    background-color: rgba(255, 255, 255, 0.55);
                    border-bottom: 1px solid #ffffff;
                }

                tr:nth-child(even) td {
                    background-color: rgba(255, 255, 255, 0.8);
                }

                tr.totalRow td {
                    font-weight: 700;
                    background-color: var(--white);
                    border-bottom: none;

                    &:first-child {
                        border-radius: 0 0 0 8px;
                    }

                    &:last-child {
                        border-radius: 0 0 8px 0;
                    }
                }
            }
        }
    }
}

.growthBox {
    border-radius: 30px;
    padding: 20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid var(--blue);

    .grothImg {
        width: 200px;
    }
}

.growthText {
    padding: 20px;
    margin-bottom: 30px;
}

.section_2 {
    background-repeat: no-repeat !important;
}

@media(max-width: 1440px) {
    .numMain {
        &.fz_60 {
            font-size: 50px !important;
        }
    }
}

@media(max-width: 1280px) {
    .numMain {
        &.fz_60 {
            font-size: 40px !important;
        }
    }
}

@media (max-width: 1199px) {
    .marketOppTable {
        .tableInner {
            table {

                th,
                td {
                    padding: 12px 14px;
                }
            }
        }
    }
}

@media(max-width: 991px) {
    .numMain {
        &.fz_60 {
            font-size: 38px !important;
        }
    }

    .section_1 {
        .row_1 {
            .col_2 {
                .imgWrap {
                    width: 500px;
                    margin: 0 auto;
                }
            }
        }
    }
}

@media(max-width: 767px) {
    .numMain {
        &.fz_60 {
            font-size: 30px !important;
        }
    }

    .growthText {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .numText {
        &.fz_24 {
            font-size: 16px !important;
        }
    }

    .section_1 {
        .row_1 {
            .col_2 {
                .imgWrap {
                    width: 100%;
                    margin: 0 auto;
                }
            }
        }
    }
}