#aboutLanding {
    height: 100vh;
    background: url("https://congresrhafrique.com/img/passion_bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

#aboutLandingRow {
    height: 100%;
    width: 100%;
    background: rgba(20, 48, 58, .7);
    margin: 0;
    flex-direction: column;
    padding-top: 170px;
    align-items: center;
}

#aboutLandingRow h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    width: 80%;
}

#aboutLandingButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

#aboutLandingButtons a {
    width: 200px;
    border: 3px solid #CF463C;
    text-align: center;
    padding: 18px 9px;
    border-radius: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    transition: .5s;
}

#aboutLandingButtons a:hover {
    background: #CF463C;
    color: #fff;
}

#signupBtn {
    background: #CF463C;
    color: #fff;
}

#TimelineRow {
    justify-content: center;
    gap: 0px;
}

#aboutPageWithNumbersSection {
    margin-top: 150px;
}

#TimelineRow h3 {
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #CF463C;
}

#TimelineRow b {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #14303a;
}

#about__txt {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #B1A8B9;
}

#About__Chiffres {
    display: flex;
    flex-direction: column;
    height: auto;
}

.aboutStat {
    list-style-type: none;
}

.aboutStat li {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #14303a;
}

.aboutStat p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    width: 70%;
    margin-left: 35px;
}

#TextWithIllustration {
    margin-top: 200px;
}

#TextWithIllustration__text {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #14303a;
}

#TextWithIllustration__illustration {
    height: auto;
}

#spRow {
  flex-wrap: nowrap;
}

/* TIMELINE */

  
  /* The actual timeline (the vertical ruler) */
  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #14303a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .containerT {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }

  .content li {
    list-style-type: none;
    font-family: "Popins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
  }

  .content i {
    font-size: 18px;
    color: #CF463C;
  }
  
.content blockquote {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}

  /* The circles on the timeline */
  .containerT::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #CF463C;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
    left: -13px;
  }
  
  /* The actual content */
  .content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }
  
  /* Full-width containers */
    .container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
  /* Make sure that all arrows are pointing leftwards */
    .container::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  
  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
      left: 15px;
    }
  
  /* Make all right containers behave like the left ones */
    .right {
      left: 0%;
    }
  }

#TimelineRow {
    flex-direction: row !important;
}

@media screen and (max-width: 768px) {
    .containerT {
      width: 100%;
    }

    #spRow {
      justify-content: normal !important;
      gap: 0 !important;
    }
}
  