.section-intro {
  background-image: url("/images/webp/nous-joindre-mb.webp");
  background-position: center;
  padding-top: 118px;
  padding-bottom: 130px;
  position: relative;
}
.flex-column {
  gap: 1em;
}
a:hover {
  color: var(--vert);
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .section-intro {
    background-image: url("/images/webp/nous-joindre.webp");
    padding-top: 226px;
    padding-bottom: 168px;
    background-repeat: no-repeat;
    background-position: center -60px;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
