main {
  background-color: #f5f3fe;
  padding-bottom: 0;

  ul {
    list-style-type: disc;
    text-align: left;
  }

  span {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.86px;
    text-align: left;
  }
}

.container {
  align-items: flex-start;
  max-width: 1328px;
}

h1,
h3,
h3,
p,
li {
  color: #2b0426;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44.57px;
  text-align: center;
  align-self: center;
}

.subTitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.66px;
  align-self: center;
}

.description {
  margin-top: 40px;
}

h2 {
  margin-top: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.4px;
  text-align: left;
}

p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

li:not(.header_links li) {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 20px;
  align-self: left;
  color: #2b0426;
}

ol {
  list-style-type: decimal;
  margin-left: 7px;
  text-align: left;
}

.header_about {
  width: 90%;
}

.header_reviews {
  width: 90%;
}

.header_nav {
  width: 42%;
  margin-left: 18.26%;
}

.header_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_link {
  font-weight: 400;
  font-size: 18px;
}

.header_link a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}
.header_link a:hover {
  color: rgba(255, 255, 255, 1);
}
.header_link a.active {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

.header_about .header_nav {
  width: 46%;
  margin-left: 32px;
}

.header_reviews .header_nav {
  width: 46%;
  margin-left: 32px;
}
.textWrapper,
.wrapper {
  p {
    margin-top: 0;
  }
}

.textWrapper {
  margin-top: 16px;
}

.inner {
  margin-left: 50px;
}

.alphabetic {
  margin-left: 50px;
  list-style-type: lower-alpha;
}

.faq {
  padding-top: 64px;
}
footer {
  margin-top: 0px;
}

@media (max-width: 1400px) {
  main .container {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 1200px) {
  .header_nav {
    width: 48%;
    margin-left: 16.26%;
  }
  .header_about .header_nav {
    width: 52%;
  }
  .header_reviews .header_nav {
    width: 52%;
  }
}

@media (max-width: 1024px) {
  .header_about {
    width: 92%;
  }
  .header_about .header_nav {
    width: 53%;
    margin-left: 26px;
  }
  .header_reviews {
    width: 92%;
  }
  .header_reviews .header_nav {
    width: 53%;
    margin-left: 26px;
  }
  .header_nav {
    width: 52%;
    margin-left: 8.26%;
  }
}

@media (max-width: 768px) {
  main {
    padding-top: 116px;
  }

  .subTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.71px;
  }

  h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    text-align: center;
  }

  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.63px;
  }

  p {
    font-size: 18px;
    line-height: 21.6px;
  }

  span {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.47px;
  }
}

@media (max-width: 480px) {
  main .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.71px;
    text-align: center;
  }

  .subTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
  }

  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.63px;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
  }

  span {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.47px;
  }
}
