.results .section__title-bold {
  font-family: 'Roboto';
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.results .gallery__row:nth-child(1) .gallery__item:nth-child(1) img {
  padding-bottom: 100px;
}
.results .gallery__row:nth-child(1) .gallery__item:nth-child(2) img {
  padding-top: 100px;
}
.results .gallery__row:nth-child(1) .gallery__item:nth-child(3) img {
  padding-bottom: 80px;
}
.results .gallery__row:nth-child(2) .gallery__item:nth-child(1) img {
  padding-bottom: 30px;
}
.results .gallery__row:nth-child(2) .gallery__item:nth-child(2) img {
  padding-bottom: 40px;
}
.results .gallery__row:nth-child(2) .gallery__item:nth-child(3) img {
  padding-top: 10px;
}
.results .gallery__row:nth-child(3) .gallery__item:nth-child(1) img {
  padding-bottom: 90px;
}
.results .gallery__row:nth-child(3) .gallery__item:nth-child(2) img {
  padding-top: 20px;
}
.results .gallery__row:nth-child(3) .gallery__item:nth-child(3) img {
  padding-top: 10px;
}