.card {
    position: relative;
    width: 440px;
    padding: 20px;
    word-wrap: break-word;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    background-clip: border-box;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgb(219 224 241 / 70%);
}
.card-header, .card-body{
    margin-bottom: 15px;
}
.card-header h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.card-image{
    margin-bottom: 15px;
}
.card-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.card-body .card-sub-title{
    margin-bottom: 7px;
    color: #919ca7;
    font-size: 16px;
    margin-top: 0;
}
.card-body p{
    margin: 0;
    font-size: 14px;
}
.card-footer{
    display: flex;
    justify-content: end;
}
.card-footer button{
    outline: none;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    background: #556ee7 !important;
    border-color: #556ee7 !important;
    box-shadow: 0 5px 10px rgb(1 120 250 / 17%);
}
