.donate-image {
    display: block;
    margin: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    max-width: 400px;
    object-fit: contain;
    object-position: center;
    /* padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 1%;
    padding-left: 1%; */
}

.span-box-c {
    display: flex;
    /* flex-direction: column; */
    flex: 50%;
    width: 100%;
    padding-bottom: 50px;
    font-size: 25px;
    font-family: caslon-antique;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
}

.body-center-h2 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 35px;
    color: #000000;
    text-align: center;
}

.body-center-ul {
    font-family: 'caslon-antique', sans-serif;
    font-size: 25px;
    object-position: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
}

.col {
    display: flex;
    flex-direction: column;
    flex: 50%;
    width: 50%;
    font-size: 25px;
    font-family: caslon-antique;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: transparent; */
}

.col-1 {
    display: flex;
    flex-direction: column;
    flex: 50%;
    width: 50%;
    font-size: 25px;
    font-family: caslon-antique;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: transparent; */
}

.col-2 {
    display: flex;
    flex-direction: column;
    flex: 25%;
    width: 25%;
    font-size: 25px;
    font-family: caslon-antique;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 2px dotted #593A26;
    /* background: transparent; */
}

.col-3 {
    display: flex;
    flex-direction: column;
    flex: 25%;
    width: 25%;
    font-size: 25px;
    font-family: caslon-antique;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px;
    /* background: transparent; */
}

.body-left-p {
    font-family: 'caslon-antique', sans-serif;
    font-size: 25px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.support-image {
    display: flex;
    margin: auto;
    height: auto;
    /* max-height: 400px; */
    width: auto;
    max-width: 400px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 600px) {
    .span-box-c {
        flex-direction: column;
        width: 100%;
    }

    .col {
        width: 100%;
    }

    .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
        border: 0px;
    }

    .col-3 {
        width: 100%;
        border: 0px;
        padding: 2%;
    }

    .support-image {
        max-width: 600px;
        width: 100%;
    }
}