.card .content {
    color: #393E46;
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
}

.display-cards {
    display: flex;
}

.card {
    position: relative;
    background-color: white;
    margin: 1rem 1rem 1rem 0;
    padding-bottom: 5rem;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #888888;
    width: 40%;
}

.description-item {
    margin-bottom: 1rem;
}

.card .card-title {
    color: #00adb5;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1rem 0 0.3rem 1rem;
    padding: 1rem 0 0.5rem 0;
}

.card .content .description-item .label {
    font-weight: 600;
}

.card .card-footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
    background-color: #eeeeee;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.primary.button {
    background-color: #00adb5;
    color: white;
    margin-right: 1rem;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0px 1px 5px #888888;
    border-color: #00adb5;
    cursor: pointer;
}
