.sual-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #EDECF5;
    box-shadow: 0px 4px 8px 3px rgba(170, 170, 200, 0.15);
    filter: drop-shadow(0px 1px 3px rgba(170, 170, 200, 0.3));
    border-radius: 16px;
    height: 356px;
}

.cart-title{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 20px 20px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #00002A;
    border-bottom: 1px solid #EDECF5;
}

.sual-card-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 40px 40px;
    gap: 197px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 1;
}
p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #00002A;
}
