#lp-block-2 {
    /*width: 100%;*/
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
    background: #111824;
    margin-bottom: 0;
}

.block-2-layer {
    display: block;
    gap: 40px;
    /*align-items: center;*/
    /*text-align: center;*/
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    width: calc(100% - 65px);

}

.block-2-quote-wrapper {
    text-align: center;

}

.block-2-donation-wrapper {
    display: flex;
    justify-content: center;
}

.block-2-donation {
    border-radius: 10px;
    display: block;
    padding: 18px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: red;
    text-align: center;
    font-weight: 800;
    box-shadow: none;
    width: 350px;
    border: none;
}

.block-2-donation:hover {
    opacity: 0.8;
    background: #6e293b;
}

button.block-2-donation a {
    color: #fff;
    text-decoration: none;
}
