
.headerRT01:before,
.headerRT01:after {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-color: rgb(101, 116, 129) transparent transparent transparent;
  bottom: -0.5em;
}
.headerRT01:before {
  left: 0;
  border-width: 0.5em 0 0 1.2em;
}
.headerRT01:after {
  right: 0;
  border-width: 0.5em 1.2em 0 0;
}

/* .profile_title {
  background-color: rgb(96, 125, 139);
  height: 2.15rem;
  width:95%;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
}
 */


/* .timeline {
  display: inline-block;
  width: 20%;
  position: absolute;
  font-size: 0.9rem;
  line-height: normal;
  margin-left: -20px;
}

 .circle {
  display: inline-block;
  position: absolute;
  left: 16.25%;
  width: 1rem;
  height: 1rem;
  background: rgb(241, 241, 241);
  border-radius: 999px;
  border: 2px solid rgb(113, 113, 113);
}

.experiance {
  display: inline-block;
  border-left: 2px solid rgb(96, 125, 139);
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  margin-left: 16.95%;
  line-height: normal;
  font-size: 20px;
}

.strength {
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0.5rem;
  border: 1px solid #607d8b;
  position: relative;
}

.social_trait {
  margin-top: 1rem;
}

.social_trait_description {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 9rem;
  font-size: 1rem;
  color: black;
  display: block;
  text-align: center;
}

.social_trait_title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
  color: #607d8b;
  position: relative;
  margin-top: 1rem;
} */



