.health-interview h6{
            font-size: 11px;
            margin-top: 6px;
            font-weight: bold;
            margin-top: 15px; 
        }
        .health-interview i p{
            font-size: 9px; 
            line-height: -10px; 
        }
        .form-control{
            font-size: 10px;
            
            text-align: left;
        }
        button{
            background-color: rgb(228, 102, 0); 
            border: none; 
            padding: 10px 45px;
            font-weight: 500; 
            font-size: 12px; color: white;
        }
        .time{
            background-color: rgb(57, 57, 173);
            border: 1px solid rgb(71, 86, 138);
            display: flex;
            gap: 40px;
            width: 100%;
        }
        .time h1{
            color: white;
        }
        @media screen and (min-width: 768px) {
            .time{
                gap: 70px;
            }
        }