.hero {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    gap: 16px;
    display: grid;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    padding-bottom: 3rem;
}

.frame-view{
    width: 400px;
}

.frame-img{
    width: 100%;
}

.hide-scrollbar {
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.main-wiki ul,
.main-wiki li,
.main-wiki p,
.main-wiki{
    color: #475467!important;
    font-size: 16px;
}

.main-wiki h2 {
    color: #101828!important;
    font-size: 27px;
}

.p-custom{
    padding: 13px 0px 13px 19px;

}

.ul-m-0 li{
    margin-bottom: 0;
}

table{
    font-size: 15px;
    margin-top: 2rem;
    background: white;
}



nav button {
    position: relative;
    color: #6B7280;
}

nav button::before {
    content: "";
    position: absolute;
    left: -12px; 
    top: 0;
    bottom: 0;
    width: 4px;
    background: #D1D5DB;
    border-radius: 2px;
}

nav button.active-nav {
    color: #29518F;
    font-weight: 600;
}

nav button.active-nav::before {
    background: #29518F;
}



@media only screen and (max-width: 930px) {
    .main-wiki {
        display: block;
    }
    .mb-full{
        width: 100%;
        margin-bottom: 1.5rem;
    }
}



@media only screen and (max-width: 570px) {
    .h2-m {
        font-size: 22px!important;
    }
}


@media only screen and (max-width: 430px) {
    .w-m {
        width: 260px!important;
    }
}
































































































