.exper {
  width: 100%;
  height: 100%;
  background-color: #262626;
  position: relative;
  padding: 0px 0px 60px 0px;
}

.exper h2 {
  text-align: center;
  color: #57b0e3;
  font-size: 35;
  font-weight: 900;
  margin: 0px auto;
  padding: 60px 0px;

}

.exp-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 30px auto;
  position: relative;

}

.exp-text .unique-clr {
  font-size: 14px;
  font-weight: 900;
  text-transform: capitalize;
  color: #57b0e3;
}

.line-exp {
  position: absolute;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 15%;
  left: -40px;
}

.exp-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 3px 0px;
  text-align: left;
}

.exp-text ul li {
  font-size: 16px;
  list-style: lower-greek;
  color: #fff;
  padding: 1px 0px;
  font-weight: lighter;

}