.height-300{
	height: 300px;
}

.width-80{
	margin-left: 10%;
	margin-right: 10%;
}
.seperator-thick{
	height: 2px;
}


body {
    position: relative;
  }

.top-line-height-reference,
.agile-performance-box1,
.agile-performance-box2 {
position: relative; /* Important for accurate calculations */
}
  
/* #connector-lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99999;
} */

.z-3{
  z-index:3
}