/* Select the third occurrence of the matched div */
section#tmPortfolio .tm-portfolio-item:nth-of-type(1) .tm-portfolio-name {
  background-image: url('../img/drywall_installation_1.avif');
}

/* Select the third occurrence of the matched div */
section#tmPortfolio .tm-portfolio-item:nth-of-type(2) .tm-portfolio-name {
  background-image: url('../img/drywall_installation_2.avif');
}

/* Select the third occurrence of the matched div */
section#tmPortfolio .tm-portfolio-item:nth-of-type(3) .tm-portfolio-name {
  background-image: url('../img/drywall_installation_3.avif');
}