body {
  font-family: "Noto Sans Georgian", sans-serif;
}
.main-header h1 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
  color: var(--primary-text-color);
}
.heading-of-section {
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
  color: var(--secondary-text-color);
  /* letter-spacing: 1rem; */
}
.description {
  font-size: 1.2rem;
  text-align: center;
}
