.content1 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
}

.texthighlightbox {
  white-space: normal;
  word-wrap: break-word;
  width: 100%; /* širina lightbox-a */
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.texthighlightbox ul {
  list-style: none; /* Removes bullet points */
}

.texthighlightbox span {
  margin: 0 3px;
  font-size: 34px;
  line-height: 50px;
}

@media only screen and (max-width: 600px) {
  .texthighlightbox {
    width: 100%; /* širina lightbox-a */
    padding: 0;
  }
  .texthighlightbox span {
    margin: 0 3px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 4px;
  }
}

/* Headings override */
body.creative-layout .headings-outsourcing {
  color: #EFAA2A !important; /* Creative accent */
}

body.high-tech-layout .headings-outsourcing {
  color: #08FF08 !important;    /* High-tech: black instead of green */
}
