#tl-0 {
  &.text-with {
    .cta-button {
      display: inline-block;
      padding: 20px 31px 19px;
      background: #5cc72a;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      border-radius: 4px;
      box-shadow: 0 2px 2px rgba(0,0,0,0.08);
      letter-spacing: 1px;
      text-decoration: none;
      transition: background 0.1s;
      cursor: pointer;
      &:hover {
        background: #49a31f;
      }
    }
  }
}