.in-progress-page {
    height: calc(100vh - 320px);
}

.in-progress-section__text {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.in-progress-section__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-backlight-main-color);
    width: 320px;
    height: 100%;
    filter: blur(200px);
    border-radius: 50%;
}