label{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
        display: inline-block;
        padding: 0;
        font-family: "Poppins", sans-serif;
    }
    .form-control{
        max-width: 250px;
        color: #323232;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        /* background-color: #006779 !important; */
    }

    @media (max-width: 550px){
        .d-flex.justify-content-between{
            flex-wrap: wrap;
        }
        .d-flex.justify-content-between .form-control{
            max-width: 100% !important;
            width: 100% !important;
        }
    }