



.custom-heading-bar:before {
    height: 5px;
    background-image: linear-gradient(to bottom, #41338B 0%, #0069B3 50%, #009DE1 100%);
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    width: 50px;
    transform: translate3d(0, -50%, 0);
}


.card {
    background: #F4F9FD;
    margin: 0 25px;
}
