@media screen and (max-width: 600px) {
    h2, h1.h2{
        font-size: 28px;
    }
    h3{
        font-size: 24px;
    }
    h3{
        font-size: 14px !important;
    }
    p{
         font-size: 14px !important;
    }
}

#giveback section{
    padding-left:20px;
    padding-right: 20px;
}
#header{
    position: relative;
    background: url('/assets/common/img/giveback_hero_Bg.png') no-repeat;
    background-size: 100%;
    background-position: bottom center;
    margin-top: 90px;
    height: 1038px;
}
#header .anim{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    #header{

        height: 80vh;
    }
}

#header .anim #anim{
    width: 100%;
}
#header p{
    max-width: 736px;
}
#header h3{
    font-weight: 900;
    color: #9f57c0;
    margin-bottom: 10px;
}
#header .wateranim{
    position: absolute;
    bottom: 126px;
    left :43.4%;
    transform: translateX(-50%);
}
#giveback-info p,#giveback-info h6{
    max-width: 822px;
}
#info-img{
    width: 864px;
}
#giveback-info p{
    color: #4a4a4a;
}
#giveback-info p a{
    font-weight:600;
}
@media screen and (max-width: 822px) {
    #info-img{
        width: 100% !important;
    }
}
#giveback-info p{
  color: #4a4a4a;
}
#giveback-info h6{
    color: #9f57c0;
    margin-top: 17px;
}
#progress h2{
    margin-bottom: 115px;
}
#progress .progrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


@media screen and (max-width: 1024px) {
    #progress .progrid{
        grid-template-columns: 1fr 1fr;
    }
    #progress .progrid #grid-three{
        grid-column: span 2 ;
    }
}
@media screen and (max-width: 630px) {
    #progress .progrid{
        grid-template-columns: 1fr !important;
    }
    #progress .progrid #grid-three{
        grid-column: span 1 ;
    }
}

#progress .progrid div{
display: flex;
flex-direction: column;
align-items: center;
}
#progress .progrid div p.h5{
    font-weight: 900;
    margin: 15px 0px;
    color: #9f57c0;
}
#progress .progrid div p{
    margin-top: 0;
    width: 235px;
}

#help-forest{
    position: relative;
    background: url(/assets/common/img/vale1.png) no-repeat;
    background-size: 100%;
    background-position:center bottom;
    height: 900px;
}

.sky{
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/common/img/help-sky.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 55vh;
}
.vale-anim{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: fit-content;
}
#help-forest p{
    width: 664px;
    color: #949494;
}
@media screen and (max-width: 664px) {
    .sky{
        position: absolute;
        top: 400px;
        left: 0;
        background: url(/assets/common/img/help-sky.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 55vh;
    }
    #help-forest{
        background-size: 300%;
        background-position:center 107%;
        height: 854px;
    }
    #help-forest p{
        width: 100%;
        color: #949494;
    }
}
@media screen and (max-width: 1024px) {
    #help-forest{
        background-size: 150%;
        height: 890px;
        background-position:60% 107%;
    }
    #help-forest .btn-panda{
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #help-forest .btn-panda {
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    #help-forest {
        height: 680px;
    }
}
