.double-cta-module {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.double-cta-module .button {
  height: 100%;
  white-space: pre-wrap;
}

.double-cta-module .hs_cos_wrapper_type_cta {
  max-width: 380px;
}

.double-cta-module .cta_button {
  max-height: 100%;
}

@media only screen and (max-width: 32.5em) {
  .double-cta-module .hs_cos_wrapper_type_cta {
    margin: 0 auto;
  }
}

/* For Firefox collapse of grid gap */
@media only screen and (max-width: 63.9em) {
  @supports (-moz-appearance: none) {
    .double-cta-module .hs_cos_wrapper_type_cta {
      margin-bottom: 1rem;
    }
  }

  @media only screen and (max-width: 32.5em) {
    .double-cta-module .hs_cos_wrapper_type_cta {
      margin: 0 auto 1rem;
    }
  }
}
