.component-text-container .title-primary {
  color: var(--primary-colour);
}

.component-text-container .title-tertiary {
  color: var(--tertiary-colour);
}

.bg-blue .component-text-container .title-primary {
  color: var(--white);
}

.component-text-wrapper .text-position-left {
  margin-left: auto;
}

.component-text-container .text-container {
  margin-bottom: 2.4rem;
}