.sd-block-text {
  line-height: 40px;
  font-weight: 300;
}
.sd-block-text a {
  color: #fff;
}
.sd-block-text a:hover {
  color: #50f088;
}
.sd-block-text p {
  margin-bottom: 15px;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 20px;
}
.sd-block-text ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.sd-block-text ul li {
  position: relative;
  padding-left: 20px;
}
.sd-block-text ul li:before {
  content: "- ";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 0;
}
.sd-block-text.text-align-left {
  text-align: left;
}
.sd-block-text.text-align-center {
  text-align: center;
}
.sd-block-text.text-align-right {
  text-align: right;
}

@media screen and (max-width: 1600px) {
  .sd-block-text {
    line-height: 33px;
  }
  .sd-block-text ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-text {
    line-height: 29px;
  }
  .sd-block-text ul li:before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-text.mobile_hide-yes {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
