.about__section {
  padding-bottom: 130px;
}
.about__section .row {
  gap: 16px;
}
.about__section .h2 {
  word-wrap: break-word;
  max-width: 810px;
}
.about__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about__title {
  max-width: 796px;
}
.about__text {
  max-width: 400px;
  margin-bottom: 50px;
}
.about__text_secondary {
  max-width: 450px;
}
.about__text_tertiary {
  max-width: 345px;
}
.about__text_fourth {
  max-width: 492px;
}
.about__article-holder-inner {
  max-height: 420px;
  overflow-y: scroll;
  width: 100%;
  padding-right: 76px;
  position: relative;
  z-index: 1;
}
.about__article-holder-inner::-webkit-scrollbar {
  width: 3px;
}
.about__article-holder-inner::-webkit-scrollbar-thumb {
  background-color: var(--kmnd-body-background-accent);
  border-radius: 3px;
  width: 3px;
}
.about__article-holder {
  margin-top: auto;
  max-width: 639px;
  position: relative;
}
.about__article-holder:before {
  content: "";
  display: block;
  border-right: solid 1px #E9EAEA;
  position: absolute;
  top: 0;
  right: 1px;
  height: 100%;
}
.about__article-holder .about__article {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 563px;
}
.about__article {
  margin-top: auto;
  max-width: 400px;
  margin-bottom: 30px;
}
.about__article p:not(:last-of-type) {
  margin-bottom: 10px;
}
.about__article ul {
  margin-left: 20px;
}
.about__article ul:not(:last-child) {
  margin-bottom: 10px;
}
.about__article ol {
  padding-left: 20px;
  margin-top: 10px;
}
.about__article ol:not(:last-child) {
  margin-bottom: 10px;
}
.about__article ol li::marker {
  color: var(--kmnd-body-color-primary);
}
.about__article ol li:not(:last-child) {
  margin-bottom: 5px;
}
.about__article_secondary {
  max-width: 512px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.66px;
}
.about__article_tertiary {
  max-width: 414px;
}
.about__article_fourth {
  max-width: 494px;
  margin-top: 40px;
  margin-bottom: 0;
}
.about__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.about__image_mobile {
  display: none;
}
.about__list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.about__list li {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.54px;
  margin-bottom: 30px;
  max-width: 360px;
  width: calc(50% - 20px);
  margin-right: 40px;
}
.about__list li:nth-of-type(even) {
  margin-right: 0;
}
.about__list li:last-of-type {
  margin-bottom: 0;
}
.about__list li:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3E%3Cpath fill='%230989FF' stroke='%230989FF' d='M.623 1.208A.415.415 0 0 1 .917.5h7.168c.23 0 .415.186.415.415v7.168c0 .37-.447.555-.708.294L.623 1.208Z'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-bottom: 15px;
}
.about__list_secondary ul {
  display: block;
  columns: 2;
  max-width: 628px;
  margin-bottom: -15px;
}
.about__list_secondary li {
  max-width: unset;
  width: auto;
  margin-right: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.about__list_secondary li:before {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 16px;
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 1200px) {
  .about__section .row {
    display: block;
    gap: unset;
  }
  .about__section .col {
    width: 100%;
  }
  .about__image {
    margin-bottom: 55px;
  }
  .about__image_mobile {
    display: block;
  }
  .about__image_desktop {
    display: none;
  }
  .about__article-holder {
    max-width: 100%;
  }
  .about__article-holder .about__article {
    max-width: unset;
  }
  .about__article-holder-inner {
    padding-right: 9px;
  }
  .about__text {
    max-width: unset;
    margin-bottom: 30px;
  }
  .about__text_tertiary, .about__text_secondary {
    max-width: unset;
  }
  .about__article {
    max-width: unset;
  }
  .about__article p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .about__article ol {
    margin-top: 20px;
  }
  .about__article ol:not(:last-child) {
    margin-bottom: 20px;
  }
  .about__article ol li:not(:last-child) {
    margin-bottom: 10px;
  }
  .about__article_secondary {
    max-width: 699px;
  }
  .about__list li {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
    margin-bottom: 0;
  }
  .about__list li:nth-of-type(even) {
    margin-right: 30px;
  }
  .about__list li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .about__list_secondary li {
    margin-right: 0;
    margin-bottom: 15px;
    width: unset;
  }
}
@media only screen and (min-width: 1341px) and (max-width: 1530px) {
  .about__article-holder-inner {
    max-height: 340px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .about__section {
    padding-bottom: 100px;
  }
  .about__section .row {
    display: flex;
    gap: 16px;
  }
  .about__section .col {
    width: 50%;
  }
  .about__image {
    margin-bottom: 0;
  }
  .about__image_mobile {
    display: none;
  }
  .about__image_desktop {
    display: block;
  }
  .about__article {
    margin-bottom: 20px;
  }
  .about__article p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .about__article-holder-inner {
    max-height: 290px;
  }
  .about__list li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1024px) {
  .about__section {
    padding-bottom: 70px;
  }
  .about__image {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .about__image {
    margin-bottom: 0;
  }
  .about__article-holder-inner {
    max-height: 330px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1200px) {
  .about__section .h2 {
    max-width: 581px;
  }
}
@media only screen and (max-width: 576px) {
  .about__section {
    padding-bottom: 70px;
  }
  .about__section .h2 br {
    display: none;
  }
  .about__image {
    margin-bottom: 25px;
  }
  .about__text {
    margin-bottom: 20px;
  }
  .about__article-holder .about__article {
    margin-bottom: 0;
  }
  .about__article {
    margin-bottom: 25px;
  }
  .about__article_secondary {
    font-size: 1.25rem;
  }
  .about__article_tertiary {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .about__article_fourth {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .about__list ul {
    display: block;
  }
  .about__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .about__list li:last-of-type {
    margin-bottom: 0;
  }
  .about__list li:nth-of-type(even) {
    margin-right: 0;
  }
  .about__list_secondary ul {
    columns: unset;
    margin-bottom: 0;
  }
  .about__list_secondary li {
    margin-bottom: 15px;
  }
  .about__list_secondary li:last-of-type {
    margin-bottom: 0;
  }
  .about__list_secondary li:before {
    top: 4px;
  }
}

/*# sourceMappingURL=about.css.map */
