.textSeoBlock {
  background: #282828;
  padding: 100px 0;
  color: #fff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.textSeoBlock .items {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-bottom: -30px;
}
.textSeoBlock .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 50px);
  margin: 0 25px;
  margin-bottom: 30px;
}
.textSeoBlock .items .item .smallTitle {
  margin-bottom: 20px;
}
.textSeoBlock .text p {
  line-height: 24px;
  margin-bottom: 24px;
}
.textSeoBlock .text p:last-child {
  margin-bottom: 0;
}
.textSeoBlock .text ol,
.textSeoBlock .text ul {
  font-size: 17px;
  line-height: 24px;
  margin-left: 15px;
  margin-bottom: 24px;
}
.textSeoBlock .text ol:last-child,
.textSeoBlock .text ul:last-child {
  margin-bottom: 0;
}
.textSeoBlock .text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textSeoBlock .text a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .textSeoBlock .items .item {
    width: calc(100% - 50px);
  }
  .textSeoBlock .text ol,
  .textSeoBlock .text ul {
    font-size: 14px;
  }
}
/*# sourceMappingURL=text_seo_block.css.map */