
.containercsr {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 20px;
}

.description {
    font-size: 16px;
    line-height: 1.6;
}

.partnership-section {
    color: white;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
}

.partnership-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.option {
    text-align: center;
    background: white;
    color: black;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.option img {
    width: 100px;
    height: 100px;
}

.sdg-section {
    text-align: center;
    margin-top: 20px;
    
}
.heading{
    background-color:#d91b5c;
    border-radius: 10px;
    display: inline-block;
}
.sdg-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.sdg-icons img {
    width: 80px;
    height: 80px;
}

.heading6{
    background-color: #d91b5c;
    padding: 5px;
    border-radius: 16px;
    color: white;
}