@import '../ui/typography.scss';

.page {
  margin: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content {
  margin-bottom: 30px;
  max-width: 1250px;
  width: 100%;
}

.header {
  margin-bottom: 30px;
}

.title {
  @include font();
  @include fontWeight(regular);
  font-size: 36px;
  line-height: 1.33;
  color: #162d3d;
}

.subtitle {
  @include font();
  @include fontWeight(regular);
  font-size: 16px;
  line-height: 1.5;
  color: #32536a;
}

.section {
  margin-bottom: 30px;
}

.section-title {
  @include font();
  @include fontWeight(regular);
  font-size: 20px;
}

.section-subtitle {
  @include font();
  @include fontWeight(regular);
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 14px;
  color: #7a92a5;
}

.section-pretitle {
  @include font();
  @include fontWeight(regular);
  font-size: 12px;
  font-weight: 500;
  color: #7a92a5;
}

.tab {
  margin-top: -30px;
  margin-bottom: 30px;
}

.divider {
  position: relative;
  left: 49%;
  right: 49%;
  width: 100vw;
  margin: 5px -50vw 60px;
  border-bottom: 1px solid #cbd3dc;
}

.demo {
  margin-bottom: 54px;
  padding: 26px;
  border: 1px solid #e5e5e5;
  background-color: #f7f9fb;
}
