.launch-content {
  max-width: 500px;
}

.pygmy-launch-fast {
  background: #f8f7ff;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
}

.launch-main-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.launch-features li {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}

.launch-features li span {
  color: #9e42f5;
  font-size: 1.2rem;
  margin-right: 0.6rem;
  line-height: 1;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .launch-content {
    max-width: 100%;
  }

  .pygmy-launch-fast {
    padding: 1rem 0.5rem;
    border-radius: 10px;
  }

  .launch-main-heading {
    font-size: 1.5rem;
  }

  .launch-features li {
    font-size: 1rem;
  }
}