.donateHero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/shutterstock_11564599.png);
    background-position: center;
    background-size: cover;
    color: #fdfdfd;
    display: flex;
    height: 75vh;
    justify-content: center;
    position: relative;
    width: 100%;
}

.donateHero::before {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.donateHero h1 {
    line-height: 1;
}

.donateHero p {
    font-weight: 200;
}

.pinkBtn {
    background-color: #b64987;
    border-radius: 3px;
    display: inline-block;
    color: #fdfdfd;
    padding: .6rem 2rem;
}

.pinkBtn:hover {
    background-color: #c15793;
    color: #fdfdfd;
}

.donateIntro {
    font-size: 1.125rem;
    padding-top: 100px;
    max-width: 1140px !important;
}

#attendTheEvent {
    padding-top: 10px;
}

.main-container {
    margin-bottom: 75px;
    padding-top: 50px !important;
    max-width: 1140px !important;
}

.webform-type-fieldset {
    margin-bottom: 0 !important;
}

.form-item-total-donation-amount label {
    font-weight: bold;
}

.fieldset-legend {
    font-weight: 800;
}

.form-submit {
    background-color: #b64987 !important;
    border-radius: 3px !important;
    color: #fdfdfd !important;
    width: 100%;
}

.form-submit:hover {
    background-color: #c15793 !important;
}

@media (min-width: 768px) {
    .donateHero h1 {
        font-size: 4rem;
    }

    .donateHero p {
        font-size: 2rem;
    }
}