.impact-hero{
background-image: url("../assets/images/impact-hero.png");

}


.header-text-impact{
    color: #000;
text-align: center;
font-size: 1.875rem;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.description-impact{
    width: 75%;
    color: #3A3A3A;
text-align: center;
font-size: 1.125rem;
font-style: normal;
font-weight: 300;
line-height: 2rem; /* 177.778% */
}
.panel-card-impact{
        background: rgba(255, 113, 113, 0);
        /* width: 80%; */
        gap: 0rem;
        min-height: 0rem;
}

.panel-card-impact-lable{
    display: flex;
    align-items: center;
        padding: 0rem 0rem;
        
}
.panel-card-impact-lable img{
    width: 15%;
}
.panel-text-impact{
    margin-left: 3rem;
}

.impact-card-small{
    width: 40%;
    display: flex;
    padding: 1.875rem;
    flex-direction: column;
    gap: 0.625rem;
    border-radius: 1.3125rem;
border: 1px solid #D9D9D9;
background: rgba(255, 255, 255, 0.30);
}
.i-cs-p{
    color: #1A1A1A;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 300;
line-height: 1.5rem; /* 177.778% */

}
.impact-card-title{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.impact-card-title p{
    color: #000;
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.impact-card-wraper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}
.sdgs{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 90%;
}
.sdg-card{
    display: flex;
    padding: 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1.3125rem;
    border: 1px solid #D9D9D9;
    background: rgb(255, 255, 255);
    }

.sdg-num{
    display: flex;
    width: 5rem;
    padding: 1rem 0 ;
    justify-content: center;
    align-items: center;


    border-radius: 0.875rem;
    background: linear-gradient(135deg, #070617 14.5%, #4A4955 85.5%);
}
.sdg-num h1{
    color: #FFF;
    font-size: 2rem;

    font-weight: 500;

}
.sdg-text{
    width: 12rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1875rem;
}
.sdg-text p {
color: #3E3E3E;

font-size: 1.125rem;

}
.sdg-des{
color: #0A0A0A;
font-family: Poppins;
font-size: 1.125rem;
font-weight: 500;
}