/* Header */

.prospective-group{
  margin-top: 20px;
  padding-inline: 13px;
}

.prospective-group:last-of-type{
  margin-bottom: 20px;
}

.prospective-group p{
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
  color: #333333;
  font-weight: 600;
  text-indent: unset;
}

.prospective-group ul{
  margin: 0;
  padding: 0;
}

.prospective-group li{
  list-style: none;
  font-weight: 400 !important;
  line-height: 22px !important;
}

.prospective-group li a{
  padding-inline: 15px !important;
}

.prospective-group p:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #F2A119;
}

@media (max-width: 575px) {
  .prospective-group{
    padding-inline: 10px;
  }
  .prospective-group p{
    font-size: 15px !important;
  }
  .prospective-group li{
    font-size: 14px !important;
  }
  .prospective-group li a{
    padding-inline: 15px !important;
  }
  .prospective-group:last-of-type{
    margin-bottom: 10px;
  }
}

/* Sidebar */
.prospective-sidebar-group{
  margin-top: 20px;
}

.prospective-sidebar-group:first-of-type{
  margin-top: 10px;
}

.prospective-sidebar-group:last-of-type{
  margin-bottom: 10px;
}

.prospective-sidebar-group p{
  position: relative;
  margin-bottom: 10px;
  padding-left: 11px;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  color: #333333;
  text-indent: unset;
}

.prospective-sidebar-group p:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #F2A119;
}

.prospective-sidebar-group ul{
  margin-left: 0;
  margin-bottom: 0;
}

.prospective-sidebar-group li{
  list-style: none;
}

.prospective-sidebar-group li a{
  font-weight: 400 !important;
}