﻿.custom-btn {
    top: inherit;
    display: inline-flex;
    align-items: end;
    justify-content: end;
}

.donation-wrap{
    margin-top: 0;
}

.sp-section {
    background: #fff6e8 !important;
    /*background: #fff9f0 !important;*/
    /*background: #f3b400 !important;*/
}
    /*.sp-section p, .sp-section ul li {
        color: #372924 !important;
    }*/
    .sp-section .communityimg {
        left: -50px;
        position: relative;
    }
    /*.sp-section h2, .sp-section h3 {
        color: #4e370d !important;
    }*/
    /*.sp-section .btn-outline-default {
        color: #4e370d !important;
        border-color: #4e370d !important;
    }*/

@media screen and (max-width:667px){
    .sp-section .communityimg {
        left: -30px;
        width: 75%;
    }
}
@media screen and (max-width:575px){
    .sp-section .communityimg {
        left: unset !important;
        width: 75%;
    }
    .sp-section .text p:first-of-type {
        margin-bottom: 0 !important;
        max-width: 64%;
    }
    .sp-section .home-second-welcome div:first-of-type {
        margin-bottom: 10px !important;
    }
    .sp-section .sp-div {
        min-width: 100%;
    }
}