.hubspot-subscription-form .subheading-wrapper {
    text-align: center;
}

.hubspot-subscription-form .subheading-wrapper .form-item-markup {
    flex-basis: 100%;
    margin-bottom: 44px;
    line-height: normal;
    letter-spacing: 0;
}

@media screen and (max-width: 120rem) {
    .hubspot-subscription-form .subheading-wrapper .form-item-markup {
        font-size: calc(1.2495rem + .2505*((100vw - 20rem) / 100));
    }
}