.family_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.family_card .box {
    display: block;
    padding: 12px;
    min-width: 220px;
    background: #f2682a;
    border-radius: 0.75rem;
    box-shadow: 4px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.family_card .box > h3 {
    margin-bottom: 8px;
    font-size: 2.23rem;
    line-height: 2.4rem;
    color: #fff;
}
.family_card .box > h3 i {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 0.7rem;
    top: -18px;
    left: -4px;
}
.family_card .box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0px 2px;
}
.family_card .box > div span {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding-right: 10px;
}
.family_card .box > div img {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
}
.family_card .wallets .wallet {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    padding: 7px 10px 7px 7px;
    border-radius: 0.5rem;
}
.family_card .wallets .wallet > img {
    height: 30px;
}
.family_card .wallets .wallet > p {
    display: block;
    padding-left: 10px;
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.1rem;
}
.family_card .wallets .wallet > p span,
.family_card .wallets .wallet > p strong {
    display: block;
}
.family_card .wallets .wallet > p span {
    line-height: 0.7em;
    font-size: 0.7em;
}
.family_card .wallets .wallet > p strong {
    margin-top: 0.25rem;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
}
.family_card .wallets .wallet.no-bg {
    padding: 0;
    background: transparent;
}
.family_card .wallets .wallet.no-bg > img {
    height: 44px;
}
.family_card .wallets .wallet_desc > a {
    text-decoration: underline;
}
.family_card .family_card-image {
    display: block;
    height: 300px;
}
.family_card .family_card-link {
    display: block;
    margin: 10px 0px;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.4rem;
}

.family_card-info > p {
    font-size: 0.75rem;
}
.family_card-info .family-join {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1rem;
}
