.founder-img {
    background-color: #FFEBB7;
    width: 240px;
    height: 240px;
    border-radius: 12px;
}
.about-section {
    background-color: #EFF5F6;
}
.impact-stories-section {
    background-color: #EFF5F6;
}
.story-decription {
    font-weight: 700;
}
.info-section {
    background-color: white;
}
.motto-section > div:first-child {
    background-color: #63AB6E;
}
.badge-box {
    padding: 2rem 10px;
    color: white;
}
.badge-box div {
    display: flex;
    padding: 4px 4px;
    background-color: #FFFFFF40;
    width: 68px;
    height: 68px;
    justify-content: center;
    border-radius: 8px;
}
.card .icon {
    background-color: #E9EFF0;
    height: 32px;
    /* width: 32px; */
    border-radius: 4px;
    padding: 5px 10px 10px 10px;
    /* padding-left: calc(8px - var(--bs-card-spacer-x));
    padding-top: calc(10px - var(--bs-card-spacer-y)); */
}
#owl-carousel-stories .item {
    width: 75vw;
}
#owl-carousel-partners .item {
    width: 240px;
    height: 98px;
    background-color: #D2D2D2;
}
.impact-stories-section .card {
    min-height: 475px;
}
.polygon-group1 {
    display: none;
}
.polygon-lg-group1 {
    display: block;
}
@media (max-width: 798px) {
    main {
        background-color: #fff;
    }
    .polygon1 img {
        height: 149px;
    }
    .polygon1 {
        bottom: -2.6rem !important;
    }
    .badge-box div {
        z-index: 10;
    }
    .polygon-group1 { 
        display: block;
    }
    .polygon-lg-group1 { 
        display: none;
    }
}
/* @media (max-width: 768px) {
    .header-text-section h1 {
        font-size: 32px; 
        font-weight: 700;
    }
    .impact-stories-section .story-title {
        font-size: 24px;
    }
    .polygon1 {
        bottom: -2.4rem;
    }
    .polygon1 img {
        height: 140px;
    }
    .about-cont-section {
        display: none;
    }
} */
.legend {
    display: flex;
    align-items: center;
    gap: 15px;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.safe { background-color: #4CAF50; }  /* Green */
.danger { background-color: #FFC107; }  /* Yellow */
.red-zone { background-color: #D32F2F; }  /* Red */

.section-img {
    width: 608px;
    height: 686px;
}