.temoignages-container {

    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.accueil-temoignage-block {
  width: 100%;
  height: fit-content;

  position: relative;
}

.temoignage-single {
border: 2px solid #0056b3;
border-radius: 8px;
padding: 1rem;
width: calc(50% - 1rem);
min-width: 300px;
display: flex;
flex-direction: column;
gap: 1rem;
}