.main-photo {
  background-image: linear-gradient(to right, rgba(3, 17, 38, 0.2), transparent 42%), url('assets/service-range-hero-workshop-v3.png');
  background-position: center;
}

.tech-tag {
  max-width: calc(100% - 24px);
  font-size: 10px;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .tech-tag {
    left: 8px;
    font-size: 8px;
    letter-spacing: 0.05em;
  }
}
