.overview_wrapper_2_main_child1 {
    width: 100%;
    margin: auto;
    background-color: var(--secondary-color);
}

.overview_wrapper_2_child1-1 {
    width: 100%;
    max-width: 1600px;
    padding: 1rem;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.overview_wrapper_2_child1-1 a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.41px;
    text-align: left;
}

.overview_wrapper_2_child1-1 a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.overview_wrapper_2_child1-1 .active {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 19.92px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.overview_wrapper_2_main_child2-parent {
    width: 100%;
    height: 100%;
    background: url('../../images/home_about_us_banner_2.dea2a0b5.webp') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.overview_wrapper_2_main_child2 {
    width: 100%;
    margin: auto;
    background-color: rgba(17, 15, 15, 0.6);
}

.overview_wrapper_2_child2-1 {
    width: 100%;
    max-width: 1600px;
    padding: 1rem 2rem 0 2rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.overview_wrapper_2_child2-1 .heading,
.overview_wrapper_2_child2-1 .paragraph {
    color: var(--secondary-color);
}

.overview_wrapper_2_child2-1 .heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
}

.overview_wrapper_2_child2-1 .paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.overview_wrapper_2_child2-2 {
    width: 100%;
    max-width: 1600px;
    padding: 1rem 2rem 0 2rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.overview_wrapper_2_child2-2 .left {
    width: 75%;
}

.overview_wrapper_2_child2-2 .right {
    width: 25%;
    overflow: hidden;
}

.overview_wrapper_2_child2-2 .left .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.overview_wrapper_2_child2-2 .left .paragraph {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.overview_wrapper_2_child2-2 .left ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}


.overview_wrapper_2_child2-2 .left .heading,
.overview_wrapper_2_child2-2 .left .paragraph,
.overview_wrapper_2_child2-2 .left ul li {
    color: var(--secondary-color);
    margin: 10px;
}

/* Image styling */
.overview_wrapper_2_child2-2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview_wrapper_2_child2-2 .right img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.overview_wrapper_2_child2-3 {
    width: 100%;
    max-width: 1600px;
    padding: 1rem 2rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.overview_wrapper_2_child2-3 .heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-align: left;
    text-decoration: underline;
    color: var(--secondary-color);
    text-underline-offset: 15px;


}

.overview_wrapper_2_child2-3 .circle-numbered-list {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.circle-numbered-list {
    list-style: none;
    padding-left: 0;
    counter-reset: list-counter;
}

.circle-numbered-list li {
    counter-increment: list-counter;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.circle-numbered-list li::before {
    content: counter(list-counter);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    background-color: var(--secondary-color);
    color: #000;
}

.overview_wrapper_2_child2-3 .circle-numbered-list li {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
    text-align: left;
    color: var(--secondary-color);
}


/* Small mobile screens (max-width 576px) */
@media (max-width: 576px) {
    .overview_wrapper_2_main_child1 {
        padding: 1rem 0.5rem;
    }

    .overview_wrapper_2_child1-1 {
        padding: 0;
        flex-direction: column;
        gap: 15px;
    }

    .overview_wrapper_2_child1-1 a {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .overview_wrapper_2_child1-1 .active {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .overview_wrapper_2_main_child2 {
        padding: 1rem 0.5rem;
    }

    .overview_wrapper_2_child2-1 {
        padding: 0;
        flex-direction: column;
        gap: 5px;
    }

    .overview_wrapper_2_child2-1 .heading {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        line-height: 35px;
    }

    .overview_wrapper_2_child2-1 .paragraph {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .overview_wrapper_2_child2-2 {
        padding: 1rem 0;
        flex-direction: column;
        gap: 5px;
    }

    .overview_wrapper_2_child2-2 .left {
        width: 100%;
    }

    .overview_wrapper_2_child2-2 .right {
        width: 100%;
        margin-top: 10px;
    }

    .overview_wrapper_2_child2-2 .left .heading {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
    }

    .overview_wrapper_2_child2-2 .left .paragraph {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
    }

    .overview_wrapper_2_child2-2 .left ul li {
        font-size: 14px;
    }

    .overview_wrapper_2_child2-2 .right img {
        width: 100%;
        height: auto;
    }

    .overview_wrapper_2_child2-3 {
        padding: 0 1rem;
    }

    .overview_wrapper_2_child2-3 .heading {
        font-size: 22px;
        text-align: center;
    }

    .overview_wrapper_2_child2-3 .circle-numbered-list {
        flex-direction: column;
    }

    .circle-numbered-list li {
        font-size: 14px;
    }

    .circle-numbered-list li::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}