@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #111;
}

.coming-wrapper {
    max-width: 1200px;
}

.brand-logo {
    width: 230px;
}

.small-text {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.main-title {
    font-size: 45px;
    font-weight: 800;
    margin-top: 5rem;
    line-height: 1.2;
    text-align: center;
}

.main-title span {
    color: #364fab;
    font-weight: 800;
}

.info-box {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 4px;
}

.info-box p {
    font-size: 15px;
    line-height: 1.6;
}

.email {
    color: #000;
}

@media(max-width:991px) {
    .main-title {
        font-size: 34px;
    }

    .info-box {
        margin-top: 2rem;
    }
}
