.title-and-text-section .title-and-text-section-container > * ,
.title-and-text-section .title-and-text-description > * {
  margin: 0;
}

.title-and-text-section .title-and-text-section-container .title-and-text-title {
  margin-bottom: 1.6rem;
  color: var(--title-color);
}

.title-and-text-description ,
.title-and-text-description a {
  color: var(--desc-color);
}

.title-and-text-description strong {
  font-weight: 700;
}

.title-and-text-description em {
  font-style: italic;
}