@media screen and (max-width: 480px) {
    * {
        margin: 0;
        padding: 0;
    }

    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .hide_pc {
        display: block;
    }

    .hide_m {
        display: none;
    }

    .container_m {
        width: 100%;
        margin: 0 auto;
    }

    .m_headbox {
        position: relative;
    }

    .posty {
        position: absolute;
        top: 30px;
        left: 0%;
        text-align: center;
        color: #fff;
    }

    .posty h1 {
        font-size: 20px;
    }

    .posty p {
        position: relative;
        font-size: 16px;
        margin-top: 10px;
    }

    .line span {
        width: 120px;
        display: inline-block;
        height: 4px;
        background: radial-gradient(circle at center, #fff, #5ea4fa);
    }

    .posty .text_m {
        font-size: 14px;
    }

    .trust_m {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin: 10px 0;
    }

    .trust-badge_m {
        display: flex;
        align-items: center;
        padding: 5px;
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .trust-badge_m span {
        color: #3b82f6;
        font-size: 14px;
    }

    .trust-badge_m i {
        color: #3b82f6;
        margin-right: 6px;
        font-size: 14px;
    }

    .analysisbox_m {
        text-align: center;
        margin-top: 20px;
    }

    .section-title_m {
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 22px;

    }

    .analysis_m {
        padding: 0 10px;
    }

    .section-title_m::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #1e3a8a, #3b82f6);
        bottom: 0;
        left: 0;
        border-radius: 2px;
    }

    .section-box_m {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .stat-card_m {
        text-align: center;
        padding: 10px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .stat-number_m {
        font-size: 16px;
        font-weight: 700;
        color: #1e3a8a;
        margin-bottom: 4px;
    }

    .stat-label_m {
        font-size: 14px;
        color: #6b7280;
    }

    .section-card_m {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .card_m {
        width: 49%;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .feature-icon_m {
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .feature-icon_m i {
        font-size: 20px;
    }

    .card_txt_m {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .card_m p {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        font-size: 14px;
        text-align: center;
    }

    .Supports-box_m {
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    }

    .Support_boxs_m {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .Support_txt_m {
        width: 31.33%;
        padding: 20px 10px;
        box-sizing: border-box;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
    }

    /* 表格基本样式 */
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #333;
    }

    /* 表格边框样式 */
    th,
    td {
        border: 1px solid #ddd;
        padding: 8px 10px;
    }

    /* 表头样式 */
    th {
        background-color: #fff;
        color: #333;
        font-weight: bold;
    }

    /* 奇数行背景色 */
    tr {
        background-color: #f2f2f2;
    }

    /* 鼠标悬停效果 */
    /* tr:hover {
        background-color: #e6f7ff;
    } */

    /* 表格标题样式 */
    table thead {
        font-size: 18px;
        color: #333;
        border-bottom: 2px solid #10b981;
    }

    tbody tr td i {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }

    .analysi_m {
        position: relative;
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
        padding: 0 10px;
    }

    .Network_m {
        display: flex;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cooperation_m {
        display: flex;
        justify-content: space-between;
    }

    .cards_m {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .Network_m i {
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
        margin-right: 10px;
    }

    .flexitems_m {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }

    .cards_m p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .global-network_m {
        position: relative;
        overflow: hidden;
        padding-top: 10px;
    }

    .cooperation_box_m {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cooperation_titlwe_m {
        position: relative;
        width: 33.33%;
        margin-bottom: 10px;
    }

    .resources_m {
        margin-top: 10px;
        padding: 10px;
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .resources_m h4 {
        margin-bottom: 10px;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
        font-size: 18px;
        line-height: 1.75rem;
    }

    .Advantages_m {
        display: flex;
    }

    .Advantages_box_m {
        width: 25%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Advantages_tit_m {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
        margin-top: 10px;
        display: inline-block;
        border-radius: 9999px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .Advantages_tit_m i {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
        font-size: 24px;
    }

    .Advantages_box_m h5 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 10px;
    }

    .Advantages_box_m p {
        font-size: 14px;
        color: #6b7280;
    }

    .cards_m h4 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }

    .cards_m h4 i {
        margin-right: 10px;
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }

    .cards_m p {
        margin-bottom: 10px;
    }

    .space-y-3>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
    }

    .itemsstart_m {
        display: flex;
        align-items: flex-start;
    }

    .itemsstart_m i {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
        margin-top: 5px;
        margin-right: 10px;
    }

    .itemsstartbox_m {
        margin-top: .25rem;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
        border-radius: 5px;
        margin-top: 10px;
    }

    .font-semibold_m {
        font-weight: 600;
    }

    .Servicesupport_m {
        padding: 10px;
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }

    .item_tit_m {
        margin-top: 10px;
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .cardes_m {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .cardes_m h4 {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }

    .Industry_m {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Industry_box_m {
        width: 32.3%;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 10px;
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .Industry_titx_m {
        height: 3rem;
        width: 3rem;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
        margin-bottom: 15px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
    }

    .Industry_titx_m i {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }

    .Industry_box_m h5 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
    }

    .Industry_box_m p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .business_m {
        padding: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-radius: 10px;
    }

    .business_m p {
        font-size: 12px;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }

    .tranvalue_m {
        margin-top: 10px;
    }

    .flexjuge_m {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tranvaluebox_m {
        margin-top: 10px;
        height: 4px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-radius: 9999px;
    }

    .tranvaluebox_m div {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
        height: 4px;
        border-radius: 9999px;
    }

    .Profitmargin_m {
        padding: 10px;
        font-size: 12px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        margin-top: 10px;
        border-radius: 5px;
    }

    .lis_m {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
        font-weight: 700;
    }

    .Returninvestment_m {
        margin-top: 20px;
    }

    .highlight-box_m {
        border-left: 4px solid #3b82f6;
        padding-left: 15px;
        background-color: rgba(59, 130, 246, 0.05);
        padding: 20px;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }

    .badge_m {
        display: inline-block;
        padding: 5px 12px;
        border-radius: 15px;
        font-size: 14px;
        font-weight: 500;
        background-color: rgba(59, 130, 246, 0.1);
        color: #1e3a8a;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .cooperation_m {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .cardcoop_m {
        width: 32.33%;
        padding: 10px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .chooseus_m {
        padding: 0 10px;
    }

    .cardcoopbox_m {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
        margin-bottom: 10px;
        border-radius: 9999px;
    }

    .cardcoopbox_m i {
        font-size: 20px;
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }

    .cardcoop_m h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cardcoop_m p {
        font-size: 14px;
        margin-bottom: 10px;
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .commitment_m {
        padding: 10px;
        margin-top: 20px;
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }

    .commitmenttxt_m {
        margin-bottom: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }

    .commitments_m {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .commitment_box_m {
        width: 48%;
        box-sizing: border-box;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;

    }

    .commitment_box_m div h4 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }

    .commitment_box_m div p {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        font-size: 14px;
        margin: 10px 0;
    }

    .commit_m {
        padding: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-radius: 6px;
    }

    .commitment_box_m div .commit_m p {
        font-size: 12px;
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
        margin: 0;
    }

    .reproduction_m {
        padding: 20px 10px;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        background: linear-gradient(-45deg, #1e3a8a, #3b82f6, #60a5fa, #93c5fd);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        margin-top: 20px;
    }

    .reproduction_m h2 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .reprodtxt_m {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .reprodbox_m {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding: 20px;
        box-sizing: border-box;
    }

    .reprodbox_m h3 {
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
        font-size: 16px;
    }

    .Contactus_m {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        margin-top: 10px;
        font-size: 14px;
        color: #333;
    }

    .Contactus_box_m {
        width: 50%;
        box-sizing: border-box;
    }

    .Contactus_box_m p:first-child {
        margin-bottom: 10px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .Contactus_box_m p:first-child i {
        margin-right: 6px;
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }

    .Contactus_box_m:last-child p {
        text-align: left;
    }

    .Freeclaim_m {
        margin-top: 10px;
        text-align: center;
    }

    .Freeclaim_m div {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
        padding: 10px;
        border-radius: 9999px;
        font-weight: 700;
    }

    .Freeclaim_m div i {
        margin-right: 6px;
    }

    .reprodbox_m p {
        margin-top: 10px;
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
        font-size: 14px;
    }

    .card_rounded_m {
        margin-top: 10px;
    }

    .card_rounded_m p {
        margin-top: 10px;
        font-weight: 600;
        padding: 10px;
        line-height: 24px;
        background-color: #f0f8ff;
        border-radius: 8px;
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        font-size: 14px;
        text-align: center;
    }

    .card_tcenter_m {
        text-align: center;
        margin-top: 10px;
    }

    .card_tcenter_m div {
        padding: 10px;
        display: inline-block;
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
        border-radius: 9999px;
    }

    .card_tcenter_m div i {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }

    .card_tcenter_m p {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

    .flexjuti_m {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .Market_m {
        width: 100%;
        height: 6px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .Market_m div {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
        border-radius: 9999px;
        height: 6px;
    }

    .Markettit_m {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

    .card_zzh_m {
        background-color: #f0f8ff;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 10px;
    }

    .card_zzh_m i {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
        margin-bottom: 10px;
    }

    .Assurance_m {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
        padding: 20px 10px;
        margin-bottom: 60px;
    }

    .wrapfl_m {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Assurancebox_m {
        border-radius: 10px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding: 10px;
        width: 18%;
        display: flex;
        flex-flow: column;
        align-items: center;

    }

    .Assurancebox_m div {
        margin-top: 6px;
    }

    .Assurancebox_m i {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
        font-size: 20px;
    }

    .Assurancebox_m div p {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .footer-lx {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
        font-style: normal !important;
        height: 60px;
        background: #fff;
        padding: 0px;
        position: fixed;
        bottom: 0px;
        z-index: 99999;
        text-align: center;
    }
}

.foot-lx .weixin {
    width: 100%;
    border-radius: 0px;
    height: 60px;
    background: #1d4ed8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-lx .weixin img {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}

.foot-lx .weixin .p-title {
    color: #fff;
    font-size: 18px !important;
    height: 60px;
    font-weight: bold;
    line-height: 60px;
    margin: 0px;
    display: inline-block;
}

.foot-lx {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Successcase_m {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    /* For smoother scrolling on iOS */
    scrollbar-width: none;
    /* For Firefox */
    padding: 10px 0;
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.scroll-content {
    display: inline-flex;
    padding: 10px;
}

.Success_card_m {
    flex: 0 0 auto;
    width: 300px;
    /* height: 200px; */
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 20px;
    position: relative;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    box-sizing: border-box;
}

.testimonial_m {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial_m::before {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 60px;
    color: #e5e7eb;
    font-family: Georgia, serif;
    opacity: 0.7;
}

.testimonialico_m {
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.testimonialico_m i {
    font-size: 26px;
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.testimonialbox_m h4 {
    font-weight: 700;
    font-size: 18px;
}

.testimonialbox_m p {
    -tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    font-size: 14px;
}

.testimonialbox_m div {
    display: flex;
    margin-top: 6px;
}

.testimonialbox_m div i {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
    font-size: 12px;
}

.Experience_m {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.Experience_m div {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.Experience_m div span {
    font-weight: 600;
    font-size: 12px;
}

.Experience_m p {
    margin-top: 6px;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.Experiencebox_m {
    text-align: right;
    margin-top: 10px;
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    font-size: 14px;
}

.growth_m {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.growth_m div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.growth_m div:first-child span {
    font-size: 12px;
    font-weight: 600;
}

.growth_m div:last-child {
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.busine_m {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.busine_box_m {
    width: 31.3%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    text-align: center;
}

.busine_box_m p {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
}

.busine_box_m i {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
    font-size: 14px;
}

.Label_m {
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 9999px;
}
.Label_m i{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    font-size: 26px;
}
.Student_m {
    padding: 10px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
}

.Student_m i {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    font-weight: 900;
    margin-right: 6px;
}

.Student_m span {
    font-weight: 700;
    font-size: 14px;
}

.statistics_m {
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin: 10px;
}
.statistics_m h3{
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.Datastatistics_m {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Datastatistics_box_m {
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
}
.Datastatistics_box_m div{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));

}
.Datastatistics_box_m p{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
    font-size: 14px;
}