.sec-title h2:before {
    position: absolute;
    content: '';
    background: rgb(28,91,251);
    background: linear-gradient(332deg, rgba(28,91,251,1) 37%, rgba(51,255,186,1) 100%);
    width: 258px;
    height: 5px;
    left: 0px;
    bottom: 0px;
    border-radius: 63px;
}
.sec-title h2 {
    position: relative;
    color: black;
    text-align: left;
    display: block;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-top: 45px;
    font-family: 'Ubuntu', sans-serif;
}
ul,p,li {
    font-size:18px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;}
   
    .row {
       margin-right: 2em;
       margin-left: 2em;
    }
 .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
ul {
    list-style: none;
  }
  
  ul li::before {
    content: "\2022";
    color: rgb(0, 0, 0);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

.progress-container {
  background-color: #ffff;
  height: 10px;
  width: 100%;
}

.progress-bar {
    background: linear-gradient(332deg, rgba(28,91,251,1) 37%, rgba(51,255,186,1) 100%);
   
  height: 10px;
  width: 0%;
}
body {
    display: block;
    margin: 0px;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}