/* ================= Main Code===================== */


.coming-container {
    min-height: 350px;
    margin: 30px auto;
    padding: 20px;
    /* background: linear-gradient(90deg, #b7f5fb, #8fe9f5); */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Inner White Box */
.coming-box {
    background-color: white;
    width: 95%;
    max-width: 1200px;
    height: 220px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text */
.coming-box h2 {
    font-size: 26px;
    color: #5a6a75;
    font-weight: 600;
}