.card {
    border-radius: 0;
}
.insight-header {
    font-weight: 600;
    font-size: 1.2rem;
}
.insight {
    list-style: none;
    line-height: 30px;
    font-size: 0.8rem;
    padding-left: 0.8rem;
}
.insight li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    color: #007FFF;
    padding: 0 2px 0 0;
}

.price {
    font-size: 2rem;
    color: #007FFF;
}
.currency {
    font-size: 0.8rem;
}


