.hero-techno {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  gap:12px;
}

.hero-techno .img-container {
  position: relative;
  background: white;
  overflow: hidden;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 8px;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  box-shadow: 0px 0px 80px rgba(0,0,0,.15);
}

.hero-techno img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-techno .hero-text {
  flex: 1;
}
