.usecases__final-plea {
  .Banner {
    h2 {
      font-family: "europa";
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: var(--pd-black);
      margin: 0 0 5px 0;
    }
    .Description {
      p {
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--pd-black);
      }
      ul {
        padding-left: 15px;
        li {
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: var(--pd-black);
          margin-bottom: 12px;
          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }
    .Divider {
      border-right: 1px solid #A1A1A1;
    }
  }
}

@media screen and (max-width: 991px) {
  .usecases__final-plea {
    .Banner {
      .Description {
        ul {
          text-align: left;
        }
      }
    }
  }
}