
.about-info__text {
    padding: var(--vspace-3_5) 10vw var(--vspace-2) 0;
    margin-left: 0rem;
  }
  
  .timeline__block {
    padding-left: var(--timeline-left-padding);
    padding-bottom: var(--vspace-0_75);
    position: relative;
  }
  .s-intro {
    margin-bottom: 20vh;
  }
  
  h1{
    color: black;
  }

  h4, h5 {
    color: rgb(255, 255, 255);
  }

  .timeline__bullet{
background-color: #f02700;
  }

  .timeline::before {
    background-color: #48494a36;
}

.intro-content {
    min-height: calc(9.5 * var(--space));
}

.about-timelines {
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../images/timeline-fundo-texto.png);
    padding-top: 30vh;
    padding-bottom: 30vh;
}

@media screen and (max-width: 800px) {
  .about-timelines {
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../images/fundo--mobile.png);
  }
}

@media screen and (max-width: 600px){
  .about-timelines {
    background-size: cover;
    background-size: 100% 100%;
    background-image: url(../images/fundo--mobile2.png);
  }
}
/* 
.timeline2 {
    padding: 3em;
    background-size: cover;
    background-image: url(../images/timeline-fundo-texto2.png);
} */

.intro-scrolldown {
  background: black;
  display: block;
  height: var(--vspace-1);
  width: var(--vspace-1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 4.8rem;
  right: 5.8rem;
  border-radius: 5px;
  padding: 1em;
}

.vh{
  width: 100vh;
}
