div.card.go {
    margin:34px 0;
}

div.card.professional {
    border-left: 10px solid var(--Gradient-Horizontal-Pink-Orange,#f8c902);
    border-bottom: 10px solid var(--Gradient-Horizontal-Pink-Orange,#d7b52b);
    border-right: 10px solid #d5b11e;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,0.08);
    background: var(--Tertiary-Light-surface,#fff);
    border-radius: 20px !important;
}

div.card.professional:before {
    display:block;
    z-index: 3;
    background: transparent;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    content:'Meest gekozen';
    min-height: 33px;
    background: linear-gradient(90deg,#fdcc00 0,#d3ae13 100%) !important;
    font-family: "Lato", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;;
    font-weight: bold;
    padding:7px 15px 5px;
    border-radius: 9px 9px 0 0;
}