.donate-wrapper {
    background-color: rgba(41, 61, 46, 0.9);
    padding: 46px 32px 52px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donate-wrapper h4 {
    color: #fff;
    margin-bottom: 30px;
}

.donate-selector-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid white;
    margin-bottom: 27px;
    color: #F4F4F4;
}

.donate-selector-wrapper p {
    color: white;
    margin: 0px;
}

.membership-desc {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #F4F4F4;
}

.membership-type {
    font-family: Garamond;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.005em;
    text-align: left;
    text-wrap: wrap;
    word-wrap: break-word;
}

.membership {
    margin: 19px 19px 19px 0px;
    width: 80%;
}

.radio-button {
    margin: auto 30px;
    background-color: rgba(41, 61, 46, 0.9);
    color: rgba(41, 61, 46, 0.9);
    accent-color: rgba(41, 61, 46, 0.9);
    height: 23px;
    width: 23px;
}

.donate-wrapper a {
    text-decoration: none;
}

.checkout-button {
    outline: none;
    border: none;
    padding: 23.5px 20px;
    border-radius: 20px;
    align-self: center;
    color: #454545;
    transition: background-color ease-out .3s
}

.checkout-button:hover {
    background-color: #229A93;
    color: white;
}

.checkout-link {
    width: max-content;
    margin: auto;
    margin-top: 50px;
}

.letter {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    text-align: justify;
}

.sign {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.donation-amount {
    flex-direction: row;
    justify-content: space-around;
    width: 100vw;
    padding-bottom: 120px;
}

.want-to-apply {
    padding-top: 74px !important;
    padding-bottom: 200px !important;
}

.want-to-apply-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.music-icon-want-to-apply {
    top: -20%;
    left: 30%;
    z-index: -1;
}

.want-to-apply-header {
    margin-bottom: 35px !important;
}

.letter-header {
    text-align: left;
}

.background-rounded {
    background: #B1D7D91F;
    border-radius: 0px 0px 100px 100px;
}

input[type=radio]:checked {
    position: relative;
    pointer-events: none;
}

input[type=radio]:checked:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

input[type="checkbox"] {
    -webkit-appearance: radio;
    /* Chrome, Safari, Opera */
    -moz-appearance: radio;
    /* Firefox */
    -ms-appearance: radio;
    /* not currently supported */
}