.p-comingsoon {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p-comingsoon__inner {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p-comingsoon__title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.p-comingsoon__text {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
}

.p-comingsoon__logo {
    width: 150px;
}

@media screen and (max-width: 768px) {
    .p-comingsoon__title {
        font-size: 2.2rem;
    }
}