.selected-services-hierarchy {
  float: left;
  width: 100%;
  margin: 20px 0%;
  padding: 0;
}
 .selected-services-hierarchy h1 {
    font-size: 73px;
    margin: 0 0 30px 0;
    float: left;
    width: 60%;
    line-height: 65px;
    font-weight: var(--global_font_weight_7);
}
.selected-services-hierarchy .excerto {
  float: left;
  width: 61%;
  margin: 0px 0% 0px;
  padding: 0;
  font-size: 14px;
}
.selected-services-hierarchy .excerto p {
  float: left;
  width: 100%;
  margin: 0px 0% 0px;
  padding: 0;
  font-size: 18px;
  color: var(--global_cor_3);
  font-weight: var(--global_font_weight_6);
  line-height: 29px;
}
.selected-services-hierarchy .info {
  float: left;
  width: 70%;
  margin: 30px 0% 0px;
  padding: 0;
  font-size: 14px;
}
.selected-services-hierarchy .info .ficha-info {
  float: left;
  width: 23%;
  margin: 0px 2% 0px 0;
  padding: 0;
  font-size: 14px;
  border-top:1px solid #fff;
}
.selected-services-hierarchy .info .titulo {
  font-weight: var(--global_font_weight_6);
  float: left;
  margin: 10px 0 5px;
  width: 100%;
  font-size: 17px;
}
.selected-services-hierarchy .info .descreve {
  font-weight: var(--global_font_weight_4);
  float: left;
  margin: 0;
  width: 100%;
}
