body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.title-h1-span1 {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.title-h1-span2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

@media (min-width: 768px) {
  .title-h1-span1,
  .title-h1-span2 {
    font-size: 2.25rem;
  }
}

.general-description {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

.title-h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0px;
}

.description {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09px;
}
