/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.donate .donate-img {
    min-height: 20rem;
}

.donate .section {
    background-color: transparent;
    color: inherit;
}

.donate-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.donate-img img {
    position: absolute;
    left: 0;
    top: 0;
}

.donate-container {
    max-width: 35rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .donate .donate-img {
        min-height: 40rem;
    }
}

@media (min-width: 1200px) {
    .donate .donate-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        min-height: initial;
    }

    .donate .section-bg {
        left: initial;
        right: 0;
        width: 50%;
    }

    .donate-container {
        padding: 0 1.5rem;
    }
}