.clearfix {
    clear: both;
}

.white-popup-block {
    background: #FFF;
    padding: 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.white-popup-block h3,
.white-popup-block h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.white-popup-block input {
    display: inline-block;
    height: 24px;
    width: 190px;
    margin: 0;
    padding: 4px 9px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.white-popup-block .left,
.white-popup-block .right {
    float: left;
}

.white-popup-block .left {
    width: 65%;
}

.white-popup-block .right {
    width: 35%;
    padding-top: 10px;
}

.white-popup-block img {
    max-width: 100%;
}

.white-popup-block a {
    display: inline-block;
    vertical-align: middle;
}

.white-popup-block a:nth-child(2),
.white-popup-block a:nth-child(3),
.white-popup-block a:nth-child(4) {
    max-width: 32%;
    margin: 20px 0px;
}

.btn.btn-donation {
    display: block;
    height: 45px;
    width: 160px;
    /* margin: 0 auto; */
    padding: 4px 9px;
    background: #e15025;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,.25);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}