.section-bullet-block {
  padding: 0 15px; }
  .section-bullet-block .bullet-points-wrapper {
    max-width: 790px;
    width: 100%;
    margin: 30px auto; }
    .section-bullet-block .bullet-points-wrapper h2 {
      margin: 0;
      margin-bottom: 19px;
      font-size: 22px;
      font-weight: 600;
      line-height: 33px; }
    .section-bullet-block .bullet-points-wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .section-bullet-block .bullet-points-wrapper ul li {
        margin-bottom: 20px;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 28px; }
        .section-bullet-block .bullet-points-wrapper ul li::before {
          content: "\2022";
          width: 4px;
          color: #FB8500;
          margin-right: 10px;
          display: inline-block; }
        .section-bullet-block .bullet-points-wrapper ul li::marker {
          content: ''; }
        .section-bullet-block .bullet-points-wrapper ul li:last-child {
          margin-bottom: 0; }
