.terms-section {
    display: flex;
    max-width: 400px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: -10px;
}

.terms-section > div > input[type='checkbox'] {
    margin-right: 5px;
}

.terms-section > div:nth-child(2) > label {
    margin-right: 5px;
}

.tm-modal.tm-effect.tm-draggable {
    max-width: 95%;
    width: 800px;
}

.mhc-embedded-form .big-radio.donation-type-radio-group {
    margin-bottom: 20px;
}

.mhc-embedded-form .big-radio.donation-type-radio-group li {
    width: 300px;
    max-width: 100%;
    display: block;
}

.mhc-embedded-form input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.mhc-embedded-form .big-radio.donation-type-radio-group input[type=radio]:checked + label {
    transform: scale(1);
}