    html {
        min-width: 360px;
        background-color: #1a1a1a;
    }

    .wrapper_principal {
        /* width: 100%; */
        height: 827px;
        flex-shrink: 0;
        background: linear-gradient(180deg, #05E172 0%, #017A3D 22.5%, #003319 64%);
        /* overflow: auto; */
    }

    .dibu_img {
        position: absolute;
        left: 713px;
        top: 42px;
        width: 330px;
        height: 785px;
        flex-shrink: 0;
    }

    .section_head {
        position: absolute;
        left: 237px;
        top: 156px;
    }

    .section_head .text {
        width: 434px;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #ECECEC;
        /* font-size: 16px; */
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
        word-wrap: break-word;
    }

    .section_head img {
        width: 164px;
    }

    .section_center {
        position: absolute;
        top: 297px;
        left: 443px;
        /* top: 394px; */
        display: flex;
        flex-direction: column;
        gap: 21px !important;
    }

.section_head {
    position: absolute;
    left: calc(237px * 1.5);
    top: calc(156px * 1.5);
}

.section_head .text {
    font-size: calc(16px * 1.5);
}

.section_center {
    position: absolute;
    top: calc(297px * 1.5);
    left: calc(443px * 1.5);
    display: flex;
    flex-direction: column;
    gap: calc(21px * 1.5) !important;
}



@media screen and ((min-width : 1920px)){
    .wrapper_principal {
        display: grid;
        grid-template-columns: 0 repeat(12,1fr) 0; 
        grid-template-rows: auto auto; 
        gap: 20px; 
        height: 869px;
        background: linear-gradient(180deg, #05E172 0%, #017A3D 22.5%, #003319 64%);
    }

    .dibu_img {
        grid-column: 5; 
        grid-row: 1 / span 2; 
        position: relative;
        justify-self: center;
        align-self: center;
        width: 330px;
        height: 785px;
    }

    .section_head {
        grid-column: 6; 
        grid-row: 1; 
        align-self: center;
        justify-self: start;
        position: relative;
        left: 0;
        top: 0;
    }

    .section_center {
        grid-column: 7;
        grid-row: 2; 
        align-self: start;
        justify-self: start;
        position: relative;
        left: 0;
        top: 0;
    }
}

    /* DESKTOP */
    /* @media screen and  (min-width: 768px) and (max-width: 1280px) { */
    /* @media screen and  ((min-width : 1280px) and (max-width : 1440px)) {
        .wrapper_principal {
            height: 827px;
            flex-shrink: 0;
            background: linear-gradient(180deg, #05E172 0%, #017A3D 22.5%, #000 90%);
        }

        .dibu_img {
            position: absolute;
            left: 713px;
            top: 42px;
            width: 330px;
            height: 785px;
            flex-shrink: 0;
        }

        .section_head {
            position: absolute;
            left: 237px;
            top: 156px;
        }

        .section_head .text {
            font-size: 16px;
        }

        .section_center {
            position: absolute;
            top: 297px;
            left: 443px;
            top: 394px;
            display: flex;
            flex-direction: column;
            gap: 21px !important;
        }
    } */

    /* Desktop Grid Layout */
    @media screen and ((min-width: 1280px) and (max-width : 1919px)) {
        .wrapper_principal {
            display: grid;
            grid-template-columns: 0 repeat(12,1fr) 0; 
            grid-template-rows: auto auto; 
            gap: 20px; 
            height: 869px;
            background: linear-gradient(180deg, #05E172 0%, #017A3D 22.5%, #003319 64%);
        }

        .dibu_img {
            grid-column: 2; 
            grid-row: 1 / span 2; 
            position: relative;
            justify-self: center;
            align-self: center;
            width: 330px;
            height: 785px;
        }

        .section_head {
            grid-column: 3; 
            grid-row: 1; 
            align-self: center;
            justify-self: start;
            position: relative;
            left: 0;
            top: 0;
        }

        .section_center {
            grid-column: 4; 
            grid-row: 2; 
            align-self: start;
            justify-self: start;
            position: relative;
            left: 0;
            top: 0;
        }
    }

    /* TABLET */
    @media screen and  (min-width: 768px) and (max-width: 1280px) {

        .wrapper_principal {
            /* width: 768px; */
            height: 827px;
            flex-shrink: 0;
            background: linear-gradient(180deg, #05E172 0%, #017A3D 22.5%, #003319 64%);
            /* overflow: auto; */
        }

        .dibu_img {
            position: absolute;
            left: 332px;
            top: 42px;
            width: 330px;
            height: 785px;
            flex-shrink: 0;
        }

        .section_head {
            position: absolute;
            left: 122px;
            top: 156px;
        }

        .section_head .text {
            font-size: 16px;
        }

        .section_center {
            position: absolute;
            left: 212px;
            top: 297px;
        }
    }

    /* MOBILE */
    @media screen and (width <= 767px) {

        .wrapper_principal {
            /* height: 100vh; */
            height: 793px;
            flex-shrink: 0;
            background: linear-gradient(180deg, #05E172 0%, #017A3D 11.5%, #003319 32.5%);
            /* overflow: auto; */
        }

        .dibu_img {
            position: relative;
            left: 86px;
            top: 8px;
            width: 330px;
            height: 785px;
            flex-shrink: 0;
        }

        .section_head {
            position: absolute;
            left: 16px;
            top: 85px;
            width: 329px;
        }

        .section_head .text {
            font-size: 14px;
        }

        .section_head img {
            width: 100px;
        }

        .section_center {
            position: absolute;
            left: 18px;
            top: 213px;
            width: 329px;
        }
    }

    .section_center .text-1 {
        position: relative;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #ECECEC;
        font-size: 52px;
        font-family: Inter;
        font-weight: 700;
        line-height: 56px;
        word-wrap: break-word
    }

    .section_center .text-2 {
        width: 394px;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #ECECEC;
        font-size: 20px;
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
        word-wrap: break-word
    }

    .section_center .warning {
        width: 312px;
        position: relative;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #FFC300;
        font-size: 14px;
        font-family: Inter;
        font-weight: 700;
        line-height: 20px;
        word-wrap: break-word
    }

    .section_center .thanks {
        color: #04F77C;
        font-size: 20px;
        font-family: Inter;
        font-weight: 400;
        line-height: 24px;
        word-wrap: break-word
    }