.donate-form-section {
    background: url("../../../assets/images/donate-bg.jpg") var(--primary-green);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.donate-form-section .content-box {
    max-width: 33%;
    flex: 0 0 33%;
    position: sticky;
    top: 180px;
}

.donate-form-section .content-box .content-inner-box {
    color: #ffffff;
}

.donate-form-section .form-box {
    max-width: 40%;
    flex: 0 0 40%;
}

.donate-form-section .form-box iframe {
    max-width: 100%;
    width: 100% !important;
}

.tabs-header.basic-color-background {
    background-color: var(--primary-green);
}

@media (max-width:767px) {
    .donate-form-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .donate-form-section .content-box,
    .donate-form-section .form-box {
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
        top: 0px;
    }

    .donate-form-section .content-box {
        margin-bottom: 32px;
    }
}