.seo-styles {
  font-size: 16px;
  line-height: 22px;
  color: #6e6e6e;
}
.ors-bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ors-bl .ors-elem {
  width: 49%;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-top: 25px;
  display: flex;
  border-radius: 12px;
  background: #8F69FA;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ors-bl .ors-elem {
    width: 100%;
    display: flex;
  }
}
.ors-bl .ors-elem .ors-img {
  width: 70px;
  height: 70px;
  padding: 0px;
  box-sizing: border-box;
  margin-right: 20px;
  background: none;
  border-radius: 50%;
}
.ors-bl .ors-elem .ors-img .lpc-features-8__features-icon-inner {
  width: 60px;
  height: 60px;
}
.ors-bl .ors-elem .ors-item {
  width: 80%;
}
.ors-bl .ors-elem .ors-item .ors-title {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.ors-bl .ors-elem .ors-inner {
  padding-top: 0px;
  font-size: 15px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.ors-text h2 {
  margin: 40px 0 20px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ors-text h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.ors-text p {
  font-size: 16px;
  line-height: 22px;
  color: #6e6e6e;
}
.ors-text ul {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #6e6e6e;
}
.ors-styles {
  text-align: center;
  border: 2px solid #000;
  margin: 0 auto;
  padding: 30px;
  color: red;
  font-size: 36px;
  margin-bottom: 40px;
}
