.ors-bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ors-bl .ors-elem {
  width: calc(33.3% - 15px);
  box-sizing: border-box;
  padding: 30px 30px;
  margin-top: 35px;
  display: block;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
@media (min-width: 320px) and (max-width: 768px) {
  .ors-bl .ors-elem {
    width: 100%;
    display: block;
  }
}
.ors-bl .ors-elem .ors-img {
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  min-width: 65px;
  min-height: 65px;
}
.ors-bl .ors-elem .ors-item .ors-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: Playfair Display, serif;
  color: #1a1a1a;
}
.ors-bl .ors-elem .ors-item .ors-txt {
  padding-top: 0px;
  line-height: 150%;
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ors-bl .ors-elem .ors-item .ors-txt {
    max-width: 100%;
  }
}
.ors-text h2 {
  margin: 40px 0 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ors-text h2 {
    font-size: 22px;
  }
}
.ors-text p {
  line-height: 150%;
  font-size: 18px;
}
.ors-text ul {
  position: relative;
  list-style-type: none;
  line-height: 150%;
  font-size: 18px;
}
.ors-text ul li:before {
  content: "";
  background: url(/d/ul.svg);
  -webkit-background-size: 18px 17px;
  background-size: 30px 25px;
  width: 28px;
  height: 23px;
  z-index: 10;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
}
.ors-styles {
  text-align: center;
  border: 2px solid #000;
  margin: 0 auto;
  padding: 30px;
  color: red;
  font-size: 36px;
  margin-bottom: 40px;
}
.lpc-features-2 .lpc-wrap .lp-header-title-5 {
  font-weight: 700;
}
.lpc-prods-1 .lpc-prods-1-item__title {
  font-weight: 700 !important;
}
.lpc-elements-headline__title {
  font-weight: 700 !important;
}
.lpc-form-5 .lpc-wrap .lp-header-title-2 {
  font-weight: 700;
}
.lpc-form-5 .lpc-form-5__wrap {
  border-radius: 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
