.popover {
    &.wide-popover {
        max-width: 500px; /* default is ~276px */
        width: 500px;
    }
}

.popover-body {
    font-size: 14px;
    font-weight: 500;
}