/* IN PROGRESS */

.in-progress {
    align-items: center;
    display: flex;
    height: calc(100vh - var(--header-height-mobile));
    flex-direction: column;
    /* flex-grow: 1; */
    justify-content: center;
    padding: 20px 20px 100px;
    text-align: center;
}

.in-progress__title {
    font-size: 1.875rem;
    margin-bottom: 1em;
}

.in-progress__text {
    font-size: 1.25rem;
    margin-bottom: 1em;
}