section.block.block-form .title {
  text-align: center;
}
section.block.block-form .content {
  text-align: center;
  max-width: var(--col-6);
  margin: auto;
  margin-bottom: var(--spacing-l);
}
@media screen and (max-width: 768px) {
  section.block.block-form .content {
    max-width: 100%;
  }
}
section.block.block-form .form {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.block.block-form .form.left {
  justify-content: flex-start;
}
section.block.block-form .form.left > .hbspt-form form .actions {
  justify-content: flex-start;
}
section.block.block-form .form.right {
  justify-content: end;
}
section.block.block-form .form.right > .hbspt-form form .actions {
  justify-content: flex-end;
}
section.block.block-form .form > .hbspt-form {
  width: var(--col-8);
}
@media screen and (max-width: 1200px) {
  section.block.block-form .form > .hbspt-form {
    width: 100%;
  }
}
section.block.block-form .form > .hbspt-form form .actions {
  display: flex;
  justify-content: center;
}