
   .sign-up-cta-block .sign-up-cta-wrapper {
    background: #fff;
    box-shadow: 1.2rem 1.2rem 3.2rem .5rem rgba(0, 0, 0, .05);
    padding: 80px 0px 0 100px;
}

    .sign-up-cta-block .sign-up-cta-wrapper .sign-up-form-wrapper {
        max-width: 483px;
    }

    .sign-up-cta-block .sign-up-cta-wrapper .sign-up-cta-heading h2 {
        color: #032169;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .sign-up-cta-block .sign-up-cta-wrapper .sign-up-img-wrapper {
        width: 100%;
        margin-left: auto;
        max-width: 718px;
    }
    .sign-up-cta-block .sign-up-cta-wrapper .sign-up-img-wrapper img {
    width: 100%;
    max-width: 100%;
}
    .sign-up-cta-block .sign-up-form-wrapper .hbspt-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 22px;
}
.sign-up-cta-block .sign-up-form-wrapper .hbspt-form .hs-submit {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.sign-up-cta-block .sign-up-form-wrapper .hbspt-form .hs-fieldtype-text input {
    margin-bottom: 30px;
}
.sign-up-cta-heading {
    padding-right: 30px;
}
.sign-up-cta-block.blog-page-cta .sign-up-cta-wrapper .sign-up-img-wrapper {
    max-width: 300px;
}
.sign-up-cta-block .sign-up-cta-wrapper .sign-up-cta-heading p {
    max-width: 500px;
    margin-bottom: 20px;
}
.sign-up-cta-block.blog-page-cta .sign-up-cta-wrapper{
    padding: 50px 30px;
}
@media screen and (max-width:1200px) {
.sign-up-cta-block .sign-up-cta-heading h2 {
    margin-bottom: 20px;
}
.sign-up-cta-block .sign-up-cta-wrapper .sign-up-cta-heading h2 {
    margin-bottom: 16px;
}
}
@media screen and (max-width:1024px) {
.sign-up-cta-block .sign-up-cta-wrapper {
    padding: 50px 50px 0;
}
}

@media screen and (max-width:767px) {
.sign-up-cta-block .sign-up-cta-heading h2 {
    margin-bottom: 20px;
}
.sign-up-cta-block .sign-up-form-wrapper .hbspt-form .hs-fieldtype-text input {
    margin-bottom: 20px;
}
    .sign-up-cta-block .sign-up-cta-wrapper {
        padding: 40px 40px 0;
    }
}
