/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-hubspot-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(32, 77, 81, 0.4);
}
@media (min-width: 1025px) {
  .c-hubspot-form {
    padding: 2rem 2rem 1rem;
  }
}

.c-hubspot-form__widget {
  width: 100%;
  max-width: 49.6rem;
  margin: 0 auto;
}
