* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgba(255, 255, 255, 1);
}

.container {
    width: 100%;
    height: 100vh;
}

div, span {
    font-family: sans-serif;
}

/* .back_icon {
    margin-left: 30px;
    margin-top: 30px;
}

.arrow_icon {
    color: black;
    font-size: 30px;
}*/

.giving_container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    gap: 4rem; 
}

/* LEFT */
.giving_svg {
    padding-left: 3.5rem;
}

.left_content {
    padding-top: 40px;
    color: #6c757d;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

/*LEFT END */

/* RIGHT START */
.bank_logo {
    padding: 30px;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
}

.banks-content {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    gap: 10px;
}

.banks_details {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
    padding: 30px;

}

.same {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
    padding: 7px;
}

.bank_logo2 {
    padding: 30px;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
}

.bank_logo2_container {
    padding-top: 10px;
}

.right_left {
    margin-top: 20px;
}

.banks_details2 {
    padding: 30px;
}
/* RIGHT END */

/* footer start */
footer {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 3rem;
    margin-top: 3.5rem;
    height: 18rem;
    background-color: black;
}

footer span{
    width: 23%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
}

footer span h1{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0px 0px 10px;
}

footer span a{
    margin: 0px 0px 10px;
    font-weight: 100;
}

footer span img{
    width: 7rem;
}

footer span a{
    color: white;
    text-decoration: none;
}

footer span span{
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

footer span span ion-icon, i{
    margin-right: 12px;
}

footer span span p{
    margin: 0px;
}

footer .social a ion-icon {
    gap: 10px;
}
/* footer end */


@media screen and (max-width: 767px) {
    
.giving_container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; 
}

/* LEFT */
.giving_svg {
    display: flex;
    justify-content: center;
}

.left_content {
    padding-top: 40px;
    color: #6c757d;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    font-family: sans-serif;
}

/*LEFT END */

/* RIGHT START */
.bank_logo {
    padding: 20px;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
}

.banks-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: sans-serif;
    gap: 1px;
}

.banks_details {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
    padding: 10px;

}

.same {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
    padding: 7px;
}

.bank_logo2 {
    padding: 2px;
    box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
}

.bank_logo2_container {
    padding-top: 10px;
}

.right_left {
    margin-top: 20px;
}

.banks_details2 {
    padding: 10px;
}
/* RIGHT END */

/* footer start */

footer{
    flex-direction: column;
    height: fit-content;
}

footer span h1{
    font-size: 1rem;
}


footer span{
    width: 90%;
    margin-bottom: 2rem;
}

 /* footer end */ 

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    div, span {
        font-size: 18px;
    }
    .giving_container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
        gap: 2rem; 
    }
    
    /* LEFT */
    .giving_svg {
        display: flex;
        justify-content: center;
    }
    
    .left_content {
        padding-top: 40px;
        color: #6c757d;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }
    
    /*LEFT END */
    
    /* RIGHT START */
    .bank_logo {
        padding: 20px;
        box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
    }
    
    .banks-content {
        display: flex;
        align-items: center;
        font-family: sans-serif;
        gap: 7px;
    }
    
    .banks_details {
        display: flex;
        flex-direction: column;
        box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
        padding: 30px;
    
    }
    
    .same {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 3.5rem;
        padding: 7px;
    }
    
    .bank_logo2 {
        padding: 30px;
        box-shadow: 0px 4px 80px 47px rgba(0, 0, 0, 0.07);
    }
    
    .bank_logo2_container {
        padding-top: 10px;
    }
    
    .right_left {
        margin-top: 20px;
    }
    
    .banks_details2 {
        padding: 30px;
    }
    /* RIGHT END */

     /* footer start */
     footer {
        display: flex;
        align-items: center;
        font-family: sans-serif;
        justify-content: space-evenly;
        align-items: flex-start;
        padding: 3rem;
        margin-top: 3.5rem;
        height: 23rem;
        background-color: black;
    }
    
    footer span{
        width: 23%;
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        color: white;
    }
    
    footer span h1{
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0px 0px 10px;
    }
    
    footer span a{
        margin: 0px 0px 10px;
        font-weight: 100;
    }
    
    footer span img{
        width: 7rem;
    }
    
    footer span a{
        color: white;
        text-decoration: none;
    }
    
    footer span span{
        width: 100%;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    footer span span ion-icon, i{
        margin-right: 12px;
    }
    
    footer span span p{
        margin: 0px;
    }
    
    footer .social a ion-icon {
        gap: 10px;
    }    
    /* footer end */
    
}




