.promo-banner {
    display: inline-block;
    background-color: #FFF7B2;
    padding: 7px 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
    line-height: 1;
    margin: 0;
}
.credit-card {
    border-radius: 0 8px 8px 8px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    padding-bottom: 1px;
    transition: all 0.3s ease;
}
.credit-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.top-card {
    padding: 12px 16px 0;
}
.card-details-age {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.btn-get-money {
    display: block;
    background: #FA5039;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 14px 11px;
    text-align: center;
    margin: 16px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    line-height: 1;
}
.btn-get-money:hover {
    background-color: #E04030;
}
.field, .value, .value-sum {
    line-height: 1;
    margin: 0;
}
.field {
    color: #A0A6bf;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.value {
    color: #4D5163;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.value-sum {
    color: #0A0E20;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.head-text {
    color: #303446;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    margin-top: 12px;
    font-weight: bold;
}
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.desktop-only {
    display: block;
}
.card-logo {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}