.organisers__container {
  padding-bottom: 150px;
}

.organisers__upper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.organisers__title {
  font-size: 50px;
  font-weight: 300;
}

.organiserts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.organisers__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.organisers__figure-img {
  display: block;
  width: 250px;
  padding-bottom: 50px;
  aspect-ratio: 25 / 12;
  object-fit: contain;
}

.organisers__figure-text {
  font-size: 18px;
}
