/* Lot 09 correction ciblée : section internationale statique fidèle à l'image fournie. */
.event3-international-static {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.event3-international-static > h2 {
  margin: 0 0 24px;
}

.event3-international-figure {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.event3-international-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 0;
}

.event3-international-static .event3-international-description {
  max-width: 980px;
  margin: 24px auto 0;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 768px) {
  .event3-international-static > h2 {
    margin-bottom: 16px;
  }

  .event3-international-figure {
    width: 100%;
  }

  .event3-international-static .event3-international-description {
    margin-top: 18px;
    text-align: left;
  }
}
