.coming-soon {
    margin: auto;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 80px;
}

.coming-soon-info-block {
    background: var(--blue);
    color: white;
    padding: 40px 40px 30px;
    font-family: "PepsiOwnersExtended", sans-serif;
    border: 5px solid white;
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.coming-soon-title {
    font-size: 50px;
    line-height: 100%;
}

.coming-soon-title2 {
    font-size: 70px;
    line-height: 60%;
}

.coming-soon-text, .post-promo-text {
    font-size: 18px;
    font-family: "SofiaProBlack", sans-serif;
    line-height: 130%;
}

.post-promo-text {
    padding: 0 120px;
}

.post-promo-title {
    font-size: 100px;
    line-height: 70%;
}

.post-promo-title2 {
    font-size: 31px;
    line-height: 100%;
}


@media (max-width: 1200px) and (min-width: 1000px) {
    .coming-soon-info-block {
        width: 70%;
    }

    .post-promo-title {
        font-size: 100px;
        text-align-last: justify;
        line-height: 70%;
    }

    .post-promo-title2 {
        font-size: 30px;
        text-align-last: justify;
        line-height: 70%;
    }

    .coming-soon-text {
        font-size: 16px;
        padding: 0 30px;
    }

    .post-promo-text {
        padding: 0 80px;
    }

    .coming-soon {
        padding-top: 150px;
        align-items: start;
    }
}

@media (max-width: 1000px) and (min-width: 600px) {
    .coming-soon {
        padding-top: 120px;
        align-items: start;
    }

    .coming-soon-info-block {
        width: 70%;
    }

    .post-promo-title {
        font-size: 70px;
        text-align-last: justify;
        line-height: 70%;
    }

    .post-promo-title2 {
        font-size: 21px;
        text-align-last: justify;
        line-height: 40%;
    }

    .coming-soon-text {
        font-size: 13px;
    }

    .post-promo-text {
        padding: 0 50px;
    }
}

@media screen and (max-width: 600px) {
    .coming-soon-info-block {
        width: 90%;
        margin-top: 60px;
        padding: 25px 40px;
        border: 3px solid white;
        gap: 10px;
    }

    .coming-soon {
        align-items: start;
        padding-top: 0;
    }

    .post-promo-title {
        font-size: 13vw;
        line-height: 80%;
        width: 100%;
        text-align-last: justify;
    }

    .post-promo-text {
        padding: 0;
    }

    .post-promo-title2 {
        font-size: 3.8vw;
        line-height: 50%;
        text-align-last: justify;
        width: 100%;
    }

    .coming-soon-text {
        font-size: 3vw;
    }

    .coming-soon-title {
        font-size: 7.2vw;
        line-height: 120%;
    }

    .coming-soon-title2 {
        font-size: 39px;
        line-height: 50%;
    }
}

@media screen and (max-width: 400px) {
    .post-promo-title2 {
        font-size: 3.6vw;
    }

    .coming-soon-title {
        font-size: 7vw;
        line-height: 120%;
    }
}