.pt-100 {
    padding-top: 100px;
}

.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;
}

.hero-bottom {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.hero-bottom p {
    font-size: 1.25rem !important;
}

.participate-card {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    flex: 0 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.participate-card:before {
    background: rgb(245 208 254 / 20%);
    border-radius: 0.375rem;
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    z-index: -1;
    transform: rotate(43.25deg);
    right: -37px;
    top: 11px;
}

.pinkBtn {
    background-color: #b64987;
    border-radius: 3px;
    display: inline-block;
    color: #fdfdfd;
    padding: .6rem 2rem;
    transition: all .1s ease-in;
}

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

.donateIntro {
    font-size: 1.125rem;
}

.sponsorContainer {
    padding: 100px 0 0;
}

.sponsorTitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
}

.sponsorPrice {
    color: #b64987;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -0.5rem;
}

.main-container {
    padding: 25px 0 !important;
}

#edit-purchase-tickets--wrapper,
#edit-ad-journal--wrapper,
#edit-camera-or-text--wrapper {
    margin-bottom: 0;
}

.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;
    }

    .hero-bottom p {
        font-size: 1.5rem !important;
    }
}