#clip-svg {
    height: 0;
    width: 0;
  }
  
  .triangle {background-image: url('../images/about-photo-fundo-texto.png');
    display: block;
    margin: 20px auto;
    clip-path: url("#triangle-mask");
  }

  .timeline__bullet {
    background-color: #f02700;
}

.about-timelines .text-pretitle {
  margin-left: 0px;
}