.tituloCustom1 {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 23px;
  line-height: 27.6px;
  text-transform: capitalize;
  color: var(--theme-base);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.tituloCustom1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 4px;
  border-radius: 10px;
  background-color: var(--theme-base);
}
.tituloCustom1::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 110px);
  height: 4px;
  border-radius: 10px;
  background-color: var(--cybe-10);
}
