/* forms */
.form-section {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .form-section .content h2 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
  }
  .form-section .target-form h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .form-section .target-form label {
    font-weight: 600;
    font-size: 14px;
  }
  .form-section .self h2 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
  }
  .form-section .self li {
    font-size: 15px;
    color: #000;
  }
  .position-btn {
    margin: 25px auto;
    max-width: 35%;
  }
  .position-btn .btn {
    border-radius: 30px;
    padding: 15px 40px;
    background: #e30000;
    border: 1px solid #e30000;
  }
  .position-btn .btn:hover {
    background: #fff;
    border: 1px solid #e30000;
    color: #e30000;
  }
  .position-btn .fa:hover {
    margin-right: 15px;
    color: #e30000;
  }
  .position-btn .fa {
    margin-right: 15px;
  }
  .date-section {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .date-section .date h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .date-section .account h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .date-section .contact h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .date-section .build h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }

/* Charts */

section .heading-sec h2,
section .plan-section h2 {
  color: #fff;
  font-size: 20px;
  font-family: sans-serif;
}
h2.roadmap,
section .heading-sec h2,
section .plan-section h2,
section p.current,
section ul li {
  font-family: sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
section.discover-section {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.list-option,
.list-option1,
.list-option2,
h2.roadmap {
  margin-bottom: 10px;
}
section .heading-sec {
  display: flex;
  justify-content: space-around;
  background: #545454;
  padding-top: 15px;
  padding-bottom: 15px;
}
section .heading-sec h2 {
  font-weight: 500;
}
section .plan-section h2 {
  font-weight: 400;
  letter-spacing: 3px;
  position: absolute;
  bottom: 85px;
  left: -5px;
  margin-left: -30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
section .plan-section {
  margin-left: -50px;
  min-height: 300px;
  position: relative;
  border-bottom: 2px dotted #545454;
  border-left: 50px solid #545454;
  color: rgba(0, 0, 0, 0.5);
  font-size: small;
  display: grid;
  align-content: center;
}
section ul.option {
  padding: 30px 30px;
}
section .option h4,
section .option1 h4,
section .option2 h4 {
  font-size: 14px;
  font-family: sans-serif;
  padding-bottom: 8px;
  margin-left: -15px;
}
section ul.option1 {
  padding: 60px 50px;
}
section ul.option2 {
  padding: 30px 50px;
}
section ul li {
  font-size: 14px;
  line-height: 25px;
}
section .list-style {
  border-right: 2px dotted #545454;
  display: grid;
  align-items: center;
}
section p.current {
  text-align: center;
  position: relative;
  bottom: 45px;
  font-size: 16px;
}
li::marker {
  color: #f70101;
}
h2.roadmap {
  font-size: 40px;
}

  