/* Global wrapper styles */
.talense-io {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
}

/* Global text color classes */
.text-wrapper {
  color: #1f1f1f;
}

.span,
.highlight {
  color: #5b81fa;
}

/* Make images responsive globally */
.talense-io img {
  max-width: 100%;
  height: auto;
}
