* {
    padding: 0px;
    margin: 0px;
}

.about-item {
    position: absolute;
    top: 28%;
    left: 4%;
    color: black;
    /* background-color: #f4f4f9; */
}

.about-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    
}

.tamma-co {
    color: rgb(82, 28, 28);
    font-size: 25px;
}

.about-heading {
    font-size: 50px;
    font-weight: 500;
    color: #3498db;
    background-color: #f4f4f9;
    text-align: center;
    padding-top: 25px;
}

.founder-photo img {
    height: 400px;
    margin-right: 200px;
}

.h-3 {
    margin-bottom: 200px;
}

.about-us-co {
    width: 100%;
    color:black;
    background-color: #f4f4f9;
}
.about-commite{
    color: black;
}


/* about madam */

.co-sir img {
    width: 330px;
}

.madam-img img {
    margin-left: 150px;
    margin-top: 40px;
}


/* media */

@media (max-width: 767.98px) {
    /* Center images for mobile */
    .co-sir img,
    .madam-img img {
        display: block;
        margin: 0 auto;
        /* Centers image horizontally */
        width: 80%;
        /* Adjust size for better mobile fit */
    }
    .madam-img img {
        margin-left: 0;
        /* Remove extra margin */
    }
    .about-item {
        position: static;
        /* Prevent absolute positioning issues */
        text-align: center;
        /* Center text */
        padding: 20px;
    }
    .founder-photo img {
        height: auto;
        width: 100%;
        /* Make image responsive */
        margin-right: 0;
        /* Remove margin */
    }
}
