.result-box {
         background: linear-gradient(135deg, #36d1dc, #5b86e5); 
        color: rgb(154, 6, 253);
        padding: 25px;
        border-radius: 18px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
        text-align: center;
    }
    
       .result-box-age {
        /* background: linear-gradient(135deg, #36d1dc, #5b86e5); */
        color: rgb(154, 6, 253);
        padding: 25px;
        border-radius: 18px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
        text-align: center;
    }


    .card-1 {
        max-height: 400px;
    }

    .number {
        font-size: 28px;
        font-weight: 700;
    }

    .card-1,
    .result-box {
        height: 100%;
        min-height: 400px;
        display: flex;
        flex-direction: column;
    }
        .card-age {
        max-height: 250px;
    }

    .number {
        font-size: 25px;
        font-weight: 700;
    }

    .card-age,
    .result-box-age {
        height: 100%;
        min-height: 250px;
        display: flex;
        flex-direction: column;
    }

    .faq-card {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 18px;
    }

       .dropdown-menu a {
            font-size: 13px;
        }

        .dropdown-menu h6 {
            margin-bottom: 10px;
            border-bottom: 1px solid #f04343;
            padding-bottom: 5px;
        }

        .dropdown-menu {
            min-width:480px;
        }