    .container-cod-box {
        display: grid;
        grid-template-areas: 'cod-box-1 cod-box-2' 'cod-box-1 cod-box-2' 'cod-box-3 cod-box-3';
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 500px 500px 150px;
        /* grid-template-rows: 54rem; */
        padding: 0.1px;
        margin: 0 auto;
        justify-content: center;
        background-color: #f6f4ed;
    }
    /* section-1 */
    
    .card__risk {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 1rem;
        padding: 2.5rem;
    }
    
    .card__risk__2 {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 1rem;
        padding: 1rem;
    }
    
    .risk_img_iconTrue02 {
        width: 5%;
        filter: drop-shadow(3px 3px 4px #737f7e);
    }
    
    .text__detail h6 {
        /* font-size: 16px;
        font-weight: 600;
        color: #bb7882; */
        /* text-shadow: 2px 2px 3px rgb(70, 71, 75); */
        font-size: 32px;
        color: #ffffff;
    }
    
    .text__detail p {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
    }
    
    .cod-box-1 {
        grid-area: cod-box-1;
    }
    /* boostrap5 */
    
    .mb-0 {
        margin-bottom: 0 !important;
    }
    
    .text-gray-800 {
        color: #252f4a;
    }
    
    .fw-bold {
        font-weight: 500 !important;
    }
    
    .pe-1 {
        padding-right: 0.25rem !important;
    }
    
    .d-flex {
        display: flex !important;
    }
    
    .flex-column {
        flex-direction: column !important;
    }
    
    .align-items-center {
        align-items: center !important;
    }
    
    .fs-4 {
        font-size: 1.25rem !important;
    }
    
    .py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    
    .bullet {
        display: inline-block;
        flex-shrink: 0;
    }
    
    .bullet-dot-2x {
        width: 8px;
        height: 8px;
        border-radius: 100% !important;
    }
    
    .px-18 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }
    
    .u-underline {
        text-decoration: underline;
        text-underline-offset: 2px;
        /* ระยะห่างเส้นใต้กับตัวอักษร */
        text-decoration-thickness: 2px;
        /* ความหนาเส้นใต้ (ปรับได้) */
        /* text-decoration-color: #333;   // ถ้าต้องการกำหนดสีเส้นใต้ */
    }
    
    .card__benefit01 {
        display: grid;
        justify-content: center;
    }
    
    .hiv-benefit {
        /* margin-right: 3rem;
        margin-left: 3rem; */
    }
    
    .topic__benefit01 {
        width: 40%;
        border-radius: 5rem;
        background: #995eb7;
        box-shadow: -3px -3px 5px #ffffff, 3px 3px 5px #d5d5d5;
        text-shadow: 1px 1px 2px #5a326d;
        margin-bottom: 1rem;
    }
    
    .topic__benefit01 h2,
    .topic__benefit02 h2,
    .topic__benefit03 h2 {
        padding: 1rem 2rem;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
    }
    
    .head-color {
        height: 300px;
        background: linear-gradient(-140deg, #C44E2C 1%, #e0a18f 100%);
        /* border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px; */
        border-radius: 24px;
        margin: 12px;
    }
    
    #Trend_13,
    #Trend_13_2 {
        padding: 50px;
        padding: 5px 20px 5px 20px;
    }
    
    .page3-card1 {
        width: 90%;
        /* background: #ffffff;
        box-shadow: 2px 2px 10px #c54b29; */
        position: relative;
        bottom: 180px;
        margin: auto;
    }
    
    .page3-card1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "chart-1" "chart-2";
        grid-row-gap: 20px;
        grid-template-rows: 400px 400px;
        padding: 0.1px;
        margin: 0 auto;
        justify-content: center;
    }
    
    .chart-1,
    .chart-2,
    .chart-3 {
        background: #ffffff;
        box-shadow: 2px 2px 10px #d9d9d9, -2px -2px 10px #ffffff;
        border-radius: 30px;
        border: 10px solid #f1ecec;
        padding: 20px;
    }
    
    .chart-1-style {
        padding: 15px;
    }
    
    .h-top {
        text-shadow: 2px 2px 3px rgb(70, 71, 75);
        padding: 35px;
        font-size: 24px;
        color: #ffffff;
    }
    
    .titelpage1-text {
        /* width: 100%;
        padding-left: 20px;
        padding-right: 20px;

        font-size: 14px;
        border-radius: 18px;
        border: 3px solid #ffffff;
        box-shadow: 2px 2px 5px rgb(211, 218, 240);
        margin: auto;
        display: table;
        color: white; */
        background: #d78872;
        color: white;
        border-radius: 15px;
        border: 5px solid #f1ecec;
        box-shadow: 2px 2px 10px #d9d9d9, -2px -2px 10px #ffffff;
        padding: 5px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        font-size: 16px;
    }
    
    .titelpage1-text p {
        color: #fff;
        text-shadow: 2px 2px 3px rgb(47, 48, 51);
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    .titelpage2-text {
        width: 50%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        background: #d78872;
        font-size: 14px;
        border-radius: 18px;
        border: 3px solid #ffffff;
        box-shadow: 2px 2px 5px rgb(211, 218, 240);
        margin: auto;
        display: table;
        color: white;
    }
    
    .titelpage2-text p {
        color: #fff;
        text-shadow: 2px 2px 3px rgb(47, 48, 51);
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    /* section-2 */
    
    .cod-box-2 {
        grid-area: cod-box-2;
        position: relative;
    }
    
    .cod-box-3 {
        grid-area: cod-box-3;
    }
    
    .h-table {
        width: 50%;
        background: linear-gradient(-150deg, #8ae5aa 10%, #40a7a3 100%);
        box-shadow: 2px 2px 5px rgb(200, 207, 230);
        text-shadow: 2px 2px 3px rgb(70, 71, 75);
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        border-radius: 15px;
        padding: 10px;
        position: relative;
        bottom: 25px;
        margin: auto;
    }
    
    .page2-card2 {
        width: 90%;
        background: #ffffff;
        box-shadow: 2px 2px 10px rgb(211, 218, 240);
        position: relative;
        margin: auto;
        border-radius: 20px;
        bottom: -15px;
    }
    #chart-2 .highcharts-series-label {
        display: none;
    }
    /*             RESPONSIVE                 */
    /*----------------------------------------*/
    /*----------------------------------------*/
    
    @media only screen and (max-width: 1024px) {
        .container-box {
            display: grid;
            grid-template-areas: 'cod-box-1' 'cod-box-2';
            grid-template-columns: 100%;
            grid-template-rows: 48rem;
        }
    }
    
    @media only screen and (max-width: 414px) {}
    
    @media only screen and (max-width: 280px) {
        .container-box {
            display: grid;
            grid-template-areas: 'cod-box-1' 'cod-box-2';
            grid-template-columns: 100%;
            grid-template-rows: 50rem;
        }
    }