.techno-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}
@media all and (min-width: 768px){
  .techno-wrapper {
    gap: 32px;
  }
}
