.cta-with-list-box {
    background-color: #f4f6f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }

  .cta-with-list-header {
    margin-bottom: 16px;
  }

  .cta-with-list-logo {
    max-width: 150px;
    margin: 0 auto 8px;
  }

  .cta-with-list-header h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 800;
    text-transform: none;
  }

  .cta-with-list-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
  }

  .cta-with-list-list li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    padding: 8px 0!important;

  }

  .cta-with-list-list .icon {
    font-size: 18px;
    margin-right: 8px;
    color: #f0b90b; /* cta-with-list yellow color */
  }

  .cta-button {
    display: block;
		text-align: center;
    background-color: #f0b90b;
    color: #fff!important;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 12px;
  }

  .cta-button:hover {
    background-color: #d4a507;
  }