html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  font-family: "Cairo", sans-serif !important;

}

h4.subtitle {
  font-size: 24px;
  line-height: 30px;
}

h2.title {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
}

p.description-text {
  font-size: 18px;
  color: #646C79;
  line-height: 32px;
}