.entry-point-pv-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.entry-point-pv-wrapper .button-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
.entry-point-pv-wrapper .button-container-other-solutions {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 20px;
}
.entry-point-pv-wrapper .main-text-description p {
  margin-bottom: 24px;
  margin-top: 10px;
}
.entry-point-pv-wrapper .other-solutions-container {
  display: none;
  width: 100%;
}
.entry-point-pv-wrapper .form-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.entry-point-pv-wrapper .form-container-element {
  flex: 1;
  min-width: 200px;
  padding: 1rem;
  box-sizing: border-box;
}
.entry-point-pv-wrapper .headline-element {
  margin-bottom: 24px;
}
.entry-point-pv-wrapper .main-headline-element {
  padding-top: 24px;
}
.button-container,
.button-container-other-solutions {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .entry-point-pv-wrapper .form-container {
    flex-direction: column;
  }
  .entry-point-pv-wrapper .button-container {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
