.th-renewal-page .th-donate-hero__grid {
    display: block;
}

.th-renewal-page .th-donate-hero__copy {
    max-width: 780px;
}

.th-renewal-page .th-donate-form-section {
    min-height: 680px;
}

.th-renewal-page .th-donate-form__copy {
    position: sticky;
    top: 132px;
}

.th-renewal-back-link {
    display: inline-flex;
    margin-top: 1.5rem;
    color: var(--th-donate-blue);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.th-renewal-back-link:hover,
.th-renewal-back-link:focus {
    color: var(--th-donate-harbor);
}

@media (max-width: 980px) {
    .th-renewal-page .th-donate-form-section {
        min-height: 0;
    }

    .th-renewal-page .th-donate-form__copy {
        position: static;
    }
}
