.grid {
    --grid-box-size: 134px;
}

.fib-main-panel {
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.fib-main-panel .bg-img {
    flex: 0 0 677px;
    width: 677px;
    height: 762px;
    max-height: 100vh;
}

.fib-main-panel .bg-img:before {
    border-radius: 6px 0 0 6px;
}

.fib-main-panel .content {
    width: 677px;
    height: 762px;
    background-color: var(--white);
    max-height: 100vh;
    border-radius: 0 6px 6px 0;
}

.modal {
    width: 1082px;
}
