.permission_wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.permission_wrap i {
    font-size: 200px;
    color: var(--brandColor1);
}
.permission_wrap .text_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.permission_wrap .text_wrap h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}
.permission_wrap .text_wrap p {
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    text-align: center;
}