#mc_embed_shell {
    flex: 1;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup form {
    margin: 0;
}

.contact-us-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.contact-us-wrapper img {
    width: 50%;
}

h1.pageTitle {
    padding: 16px 0 0;
}

@media screen and (max-width: 768px) {
    .contact-us-wrapper {
        flex-direction: column;
    }

    .contact-us-wrapper img {
        width: 70%;
    }

    #mc_embed_shell {
        width: 100%;
        padding: 0 16px;
        margin-top: -10px;
    }

    #mc_embed_signup .mc-field-group {
        width: 100% !important;
    }
}
