.ors-text, .ors-inner {
  line-height: 1.47;
  font-weight: 400;
  font-size: 18px;
}
p.seo-styles {
  font-size: 20px;
  font-weight: 600;
  color: #d54843;
  text-align: center;
  padding: 40px;
  border: 1px solid #cacaca;
}
.ors-bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.ors-elem {
  display: flex;
  max-width: calc(50% - 20px);
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  border-radius: 2px;
  padding: 25px;
  margin: 10px;
  border-color: #283948;
  border-style: solid;
  border-width: 1px;
  background: #132a3b;
}
@media (max-width: 960px) {
  .ors-elem {
    max-width: 100%;
    padding: 15px;
    margin: 5px 0;
  }
}
.ors-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 960px) {
  .ors-title {
    font-size: 18px;
  }
}
.ors-text h2, .ors-text h3 {
  font-size: 35px;
  line-height: normal;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
@media (max-width: 960px) {
  .ors-text h2, .ors-text h3 {
    font-size: 30px;
  }
}
.ors-text h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.ors-img {
  flex: none;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 250px;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}
.ors-img:before {
  content: "";
  position: absolute;
  left: 28%;
  bottom: 22%;
  width: 45%;
  height: 3px;
  border-bottom: 2px solid #2f2f2f;
}
.ors-img::after {
  content: "";
  position: absolute;
  left: 38%;
  top: 19%;
  width: 9px;
  height: 15px;
  border: solid #2f2f2f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ors-text li::marker {
  color: #efbb0a;
  font-weight: 900;
  font-size: 21px;
}
