.wrapper {
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
}

.title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

.sectionTitle {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 15px;
  color: #222;
}

.submitBtn {
  margin-top: 20px;
  padding: 10px 24px;
  font-size: 16px;
  background-color: #385dff;
  color: white;
  border-radius: 100px;
  border: none;
  transition: 0.2s ease;
}

.submitBtn:hover {
  background-color: #385dff;
}

/* Make required star red */
.requiredStar::after {
  content: "";
}

.requiredStar {
  color: red;
  margin-left: 3px;
}
