.headline-forms-component {
  display: flex;
  justify-content: center;
  padding: 32px 64px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 24px 24px;
  min-height: 800px;
}

.headline-forms-component .wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  max-width: 1200px;
}
.headline-forms-component .formulario-component {
  margin: unset;
}
.headline-forms-component .content-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}

.headline-forms-component .info-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.headline-forms-component .logo-container {
  width: 280px;
  height: 83.18px;
  margin: 0 auto;
}

.headline-forms-component .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.headline-forms-component .description p {
  margin: 0;
}
.headline-forms-component .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.48;
  max-width: 560px;
  margin: 0 auto;
}

.headline-forms-component .form-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  background-color: var(--brand-onPrimaryMain, #ffffff);
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 24px;
}

.headline-forms-component .form-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.headline-forms-component .form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: var(--surface-onSurface, #303030);
  margin: 0 0 8px 0;
  text-align: center;
}
.headline-forms-component .progress-container,
.headline-forms-component .form-description {
  margin-bottom: 40px;
}

.headline-forms-component .form-description p {
  font-size: 14px;
  color: var(--surface-onSurfaceVariant, #4c5b66);
  margin: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .headline-forms-component .wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .headline-forms-component .content-container {
    max-width: 640px;
    align-items: flex-start;
    text-align: left;
  }
  .headline-forms-component .logo-container {
    margin: 0;
  }
  .headline-forms-component .description {
    margin: 0;
  }
  .headline-forms-component .form-placeholder {
    min-width: 360px;
    max-width: 480px;
  }
}

@media (max-width: 1023px) {
  .headline-forms-component {
    padding: 32px 16px;
    min-height: initial;
  }
  .headline-forms-component .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .headline-forms-component .content-container {
    padding-top: 0;
    min-height: initial;
    height: auto;
    max-height: initial;
    justify-content: flex-start;
  }
  .headline-forms-component .info-container {
    height: auto;
    justify-content: flex-start;
    max-width: 560px;
  }
}

/* 6. Tablet/Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .headline-forms-component .title {
    font-size: 32px;
    text-align: left;
  }
  .headline-forms-component .description {
    font-size: 20px;
    text-align: left;
  }
  .headline-forms-component {
    padding: 74px 16px;
  }

  .headline-forms-component .info-container {
    width: 100%;
  }

  .headline-forms-component .content-container {
    width: 100%;
  }
}
