.retro-engineering-projects {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  margin: 0px 50px 24px 50px;
  position: relative;
  z-index: 11;
}
.retro-engineering-projects > img {
  width: 300px;
  height: 300px;
  object-fit: fill;
  margin: 1em;
}

#realisations .blueprint-info-section-content-container {
  padding-bottom: 0;
}

#realisations .dual-section {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  #realisations .dual-section {
    padding-top: 0;
  }

  #realisations .dual-section>.container {
    margin: 0 auto;
  }
  
  .retro-engineering-projects {
    justify-content: start;
    gap: 20px;
    margin: 0 1em 0 0;
  }
  #realisations .tiny-hero-image {
    max-height: 230px;
  }
  #realisations .tiny-hero-content h1{
    font-size: 22px;
  }
  #realisations .blueprint-image {
    display: none;
  }
}
