#hero-section__forTeams {
    background-image: url("/image/media/backgrounds/sectionBackground_mathematical.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#testimonialSection {
    color: white;

    background-image: url("/image/media/backgrounds/sectionBackground_polygon.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}


/*************************************************/

/* Testimonial */

  
  .individualTestimonial img {
    margin-right: 15px;
    height: 75px;
    width: 75px;
    border-radius: 100px;
  }
  
  .individualTestimonial p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }