.custom-content p.wysiwyg-heading,
.mce-content-body p.wysiwyg-heading {
    width: 100%;
    margin: 0 0 24px;
    color: #141357;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 115%;
    letter-spacing: normal;
}

.custom-content p.pullquote,
.mce-content-body p.pullquote,
.custom-content blockquote.pullquote,
.mce-content-body blockquote.pullquote {
    width: 100%;
    margin: 30px 0;
    padding: 20px 24px;
    border: none;
    border-radius: 12px;
    background-color: rgba(30, 126, 176, 0.14);
    color: #141357;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 132%;
    letter-spacing: normal;
}

.custom-content p.pullquote::before,
.mce-content-body p.pullquote::before,
.custom-content blockquote.pullquote::before,
.mce-content-body blockquote.pullquote::before {
    display: none;
}

.custom-content p.pullquote > *,
.mce-content-body p.pullquote > *,
.custom-content blockquote.pullquote > *,
.mce-content-body blockquote.pullquote > * {
    color: inherit;
}

.custom-content p.pullquote > :last-child,
.mce-content-body p.pullquote > :last-child,
.custom-content blockquote.pullquote > :last-child,
.mce-content-body blockquote.pullquote > :last-child {
    margin-bottom: 0;
}

.custom-content a.wysiwyg-button,
.mce-content-body a.wysiwyg-button {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    width: auto;
    min-height: 64px;
    padding: 16px 38px;
    border: 2px solid #1e7eb0;
    border-radius: 6px;
    background-color: rgba(30, 126, 176, 0.1);
    color: #1e7eb0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
}

.custom-content a.wysiwyg-button:hover,
.custom-content a.wysiwyg-button:focus,
.custom-content a.wysiwyg-button:focus-visible,
.mce-content-body a.wysiwyg-button:hover,
.mce-content-body a.wysiwyg-button:focus,
.mce-content-body a.wysiwyg-button:focus-visible {
    background-color: #1e7eb0;
    border-color: #1e7eb0;
    color: #ffffff;
}

@media screen and (max-width: 1720px) {
    .custom-content p.wysiwyg-heading,
    .mce-content-body p.wysiwyg-heading {
        font-size: 46px;
    }

    .custom-content p.pullquote,
    .mce-content-body p.pullquote,
    .custom-content blockquote.pullquote,
    .mce-content-body blockquote.pullquote {
        font-size: 21px;
    }
}

@media screen and (max-width: 1080px) {
    .custom-content p.wysiwyg-heading,
    .mce-content-body p.wysiwyg-heading {
        font-size: 38px;
    }

    .custom-content p.pullquote,
    .mce-content-body p.pullquote,
    .custom-content blockquote.pullquote,
    .mce-content-body blockquote.pullquote {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .custom-content p.wysiwyg-heading,
    .mce-content-body p.wysiwyg-heading {
        font-size: 32px;
    }

    .custom-content p.pullquote,
    .mce-content-body p.pullquote,
    .custom-content blockquote.pullquote,
    .mce-content-body blockquote.pullquote {
        padding: 16px 18px;
        font-size: 19px;
    }

    .custom-content a.wysiwyg-button,
    .mce-content-body a.wysiwyg-button {
        min-width: 0;
        width: 100%;
    }
}
