.card-wrapper {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.front,
.back {
    width: 400px;
    height: 200px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.25);
}

.front {
    justify-content: space-between;
}

.back {
    justify-content: flex-end;
    align-items: flex-end;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-number {
    font-size: 1.75rem;
}

p {
    margin: 0;
    padding: 0;
}

img {
    height: 45px;
}