.sd-block-text a {
  color: inherit;
  text-decoration: underline;
}
.sd-block-text a:hover {
  text-decoration: underline;
}
.sd-block-text table thead {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
}
.sd-block-text p:last-child {
  margin-bottom: 0;
}
.sd-block-text ol {
  margin-left: 30px;
}
.sd-block-text ul {
  margin-left: 0;
  list-style-type: none;
}
.sd-block-text ul li {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}
.sd-block-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 45.24 38.19'%3E%3Cpath fill='%23f4792d' d='M.44,19.22L13.49,2.17c.99-1.29,2.62-1.36,2.62-1.36L37.8,0c1.63-.07,2.03,1.52,2.03,1.52l5.41,21.8c-.5-.08-.98-.13-1.48-.2-11.9-1.22-22.84,5.1-28.09,15.07L.48,21.72c-1.05-1.21-.04-2.5-.04-2.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 1600px) {
  .sd-block-text ol {
    margin-left: 25px;
  }
  .sd-block-text ul li {
    padding-left: 25px;
    line-height: 25px;
  }
  .sd-block-text ul li:before {
    top: 7px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-text ol {
    margin-left: 22px;
  }
  .sd-block-text ul li {
    padding-left: 22px;
    line-height: 22px;
  }
  .sd-block-text ul li:before {
    top: 6px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-text.mobile_hide-yes {
    display: none;
  }
}

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