.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
}


.var-font {
  font-size: 10px !important;
}

@media (min-width: 1000px) {
  .var-font {
    font-size: 12px !important;
  }
}

@media (min-width: 1200px) {
  .var-font {
    font-size: 14px !important;
  }
}
