/* line 3, ../sass/text-page.scss */
.text-page {
  position: relative;
}
/* line 6, ../sass/text-page.scss */
.text-page .columns-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 50px 0;
}
/* line 19, ../sass/text-page.scss */
.text-page .columns-list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
/* line 35, ../sass/text-page.scss */
.text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
  text-transform: uppercase;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 500;
}
/* line 41, ../sass/text-page.scss */
.text-page h1:nth-las-child(1), .text-page h2:nth-las-child(1), .text-page h3:nth-las-child(1), .text-page h4:nth-las-child(1), .text-page h5:nth-las-child(1), .text-page h6:nth-las-child(1) {
  margin-bottom: 0;
}
/* line 46, ../sass/text-page.scss */
.text-page p, .text-page li, .text-page div {
  font-size: 16px;
  line-height: 1.7;
}
/* line 51, ../sass/text-page.scss */
.text-page p, .text-page ul, .text-page ol {
  margin-bottom: 15px;
}
/* line 54, ../sass/text-page.scss */
.text-page p:nth-las-child(1), .text-page ul:nth-las-child(1), .text-page ol:nth-las-child(1) {
  margin-bottom: 0;
}
/* line 59, ../sass/text-page.scss */
.text-page a {
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 63, ../sass/text-page.scss */
  .text-page a:hover {
    color: #F30B32;
    text-decoration: none;
  }
}
/* line 70, ../sass/text-page.scss */
.text-page b, .text-page strong {
  font-weight: 600;
}
/* line 75, ../sass/text-page.scss */
.text-page ol {
  list-style-position: inside;
  list-style-type: auto;
}
/* line 79, ../sass/text-page.scss */
.text-page ol ul, .text-page ol ol {
  padding: 0 20px;
}
/* line 84, ../sass/text-page.scss */
.text-page ul {
  list-style-type: square;
  list-style-position: inside;
}
/* line 88, ../sass/text-page.scss */
.text-page ul ul, .text-page ul ol {
  padding: 0 20px;
}

/* line 96, ../sass/text-page.scss */
.lang-he .text-page h1, .lang-he .text-page h2, .lang-he .text-page h3, .lang-he .text-page h4, .lang-he .text-page h5, .lang-he .text-page h6 {
  font-size: 28px;
}
/* line 100, ../sass/text-page.scss */
.lang-he .text-page p, .lang-he .text-page li, .lang-he .text-page div {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 109, ../sass/text-page.scss */
  .text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  /* line 114, ../sass/text-page.scss */
  .text-page p, .text-page li, .text-page div {
    font-size: 14px;
  }
  /* line 118, ../sass/text-page.scss */
  .text-page p, .text-page ul, .text-page ol {
    margin-bottom: 10px;
  }

  /* line 125, ../sass/text-page.scss */
  .lang-he .text-page h1, .lang-he .text-page h2, .lang-he .text-page h3, .lang-he .text-page h4, .lang-he .text-page h5, .lang-he .text-page h6 {
    font-size: 24px;
  }
  /* line 129, ../sass/text-page.scss */
  .lang-he .text-page p, .lang-he .text-page li, .lang-he .text-page div {
    font-size: 16px;
  }
}
