#txtInstallCardNumber {
    font-size: 1.5rem;
    height: unset;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 15rem;
}
#Schedule {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 10vh;
}

.innerContainer {
    width: 50%;
    min-width: 400px;
}

@media (max-width: 576px) {
    .card {
        border-radius:0;
    }
    .container-fluid{
        padding: 0;
    }
}