.sw19b-sales-plea {
  background: #eee;
  padding: 30px 30px 40px 30px;

  .sw19s-std-wrap {
    display: flex;
  }

  .cta {
    margin-right: 25px;
  }

  .cta h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #111111;
  }

  .cta p {
    color: #111111;
    font-size: 18px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    color: #111111;
  }

  .cta-and-more {
    display: flex;
    margin-top: 20px;
  }

  .try-free {
    display: inline-block;
  }

  .try-free p {
    font-family: Roboto, sans-serif;
    color: #a1a1a1;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin: 10px 0 0 0;
  }

  .cta-and-more .more {
    border-left: 2px dotted #a1a1a1;
    padding-left: 20px;
    margin-left: 20px;
    height: 44px;
  }

  .cta-and-more .more a {
    line-height: 40px;
    color: #FF6200;
    font-weight: normal;
    text-decoration: none;
  }

  .cta-and-more .more a:hover {
    text-decoration: underline;
  }

  .extra {
    margin-left: 25px;
  }

  .extra h3 {
    color: #111111;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .extra p {
    color: #111111;
    font-size: 16px;
    margin: 0;
    line-height: normal;
  }

  .address {
    margin-top: 40px;
  }

  .address a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
  }

  @media (max-width: 768px) {
    .sw19s-std-wrap {
      display: block;
      text-align: center;
    }

    .cta h3 {
      font-size: 28px;
    }

    ul {
      text-align: left;
    }

    .cta-and-more {
      justify-content: center;
    }

    .extra h3 {
      margin-top: 23px;
    }
  }
}
