.wrapper {
  width: 100%;
  display: flex;
  /* justify-content: center; */
}

.card {
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  width: 100%;
  /* max-width: 900px; */
}

.text {
  margin: 0;
  font-size: 15px;
  color: #4a4a4a;
}

.icon {
  margin-right: 5px;
}

.text a {
  color: #3b82f6; /* Same light blue link color */
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}
