/* 
    Black Color: #101010;
    Red Color: #f31816;
    Green Color: #b4ca68;
    Gray Color: #f5f5f5;
*/
.why-choose-life-campaigns{
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}
.why-choose-life-campaigns::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.why-choose-life-campaigns .container{
    position: relative;
    z-index: 1;
}
.why-choose-life-campaigns .outer-wrape {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px dashed #b4ca68;
}
.why-choose-life-campaigns .outer-wrape h3 {
    margin: 15px 0;
}
.why-choose-life-campaigns .outer-wrape img {
    max-width: 80px;
}
.our-impact-counter {
    background-color: rgba(180, 202, 104, 0.20);
}
.total-raised .total-num {
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    color: #f31816;
}
.our-impact-counter .statCounter {
    height: 100%;
    width: 100%;
    background-color: #b4ca68;
    margin: 0;
    padding: 20px;
    border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
    .why-choose-life-campaigns .outer-wrape {
        padding: 10px;
    }
    .why-choose-life-campaigns .outer-wrape img {
        max-width: 50px;
    }
    .total-raised .total-num{
        font-size: 100px;
    }
    .our-impact-counter .statCounter {
        padding: 15px;
    }
}