﻿body {
}

.imageBannerOne img {
    width:30%;
}

.sc-1:after {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 245px;
    position: absolute;
    left: -35px;
    opacity: 0.3;
    top: 0;
}
.sc-1:before {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 245px;
    position: absolute;
    right: 0;
    opacity: 0.2;
    top: -20px;
}

.donateBtnOne {
    padding-top: 2%;
}
.container h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.subHeadingClass {
    padding-bottom:1%;
}
.CustomerContainer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    font-family: Poppins;
}

.subHeading {
    color: #ff4a07;

}


.paraOne {
    font-family: Poppins;
    color: #7d7d7d;
    font-size: 13.1px;
    line-height: 14px;
    padding-top: 1.5%;
}

.donateBtnClass {
    COLOR: WHITE;
    font-family: Poppins;
    width: 209px;
    height: 38px;
    box-shadow: 0 15px 16px 0 rgb(255 177 101 / 16%);
    background-image: linear-gradient(to right, #ff6b07 4%, #ff832f 57%, #ff8837 83%);
    FONT-SIZE: 11PX;
    border: none;
}

.paddingClass {
    padding-left:1%;
}



@media (max-width: 540px) {
    .imageBannerOne {
        width:100%;

    }
    .container {
        text-align: center;
    }

        .imageBannerOne img {
        padding-top:5%;
        width:100%;
        }

    .CustomerContainer {
        text-align:center;
    }
}

