  /* PROGRAMS */
  .programs-section {
    position: relative;
    overflow: hidden;
 
}

/* SVG Background */
.programs-bg {
    position: absolute;
    max-width: 3000px;
    width: 100%;
    height: 1414px;
    top: 0px;
    left: -100px;
    background: url("../../../../images/Vector.svg") no-repeat ;
    background-size: contain;
    opacity: 1;
    z-index: 0;
}
