@media (max-width: 768px) {
    .testimonial-card {
        padding: 1rem;
    }
    .avatar-container {
        width: 80px;
        height: 80px;
    }
    .author-name {
        font-size: 1.2rem;
    }
    .author-role {
        font-size: 0.8rem;
    }
    .main-comment {
        width: 100%;
        /* height: 80vh; */
        background-color: #f4f4f9;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .main-text {
        display: flex;
        flex-direction: column;
    }
    .founder-main {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        line-height: 1.6;
        word-spacing: 1.5px;
        margin-top: 50px;
    }
    /* about section media */
    .madam-img img {
        margin-left: 5px;
        /* margin-top: -50px; */
    }
    .co-sir {
        margin-left: 15px;
    }
    .about-item {
        position: absolute;
        top: 6%;
        left: 4%;
        color: black;
    }
    .tamma-co {
        color: white;
        font-size: 15px;
    }
    .about-heading {
        font-size: 40px;
        font-weight: 500;
        color: #3498db;
        background-color: #f4f4f9;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .sir-text-media {
        padding-top: 18px;
        color: black;
    }
    .div-main-mission {
        display: flex;
        flex-direction: column;
    }
    .mission-11:hover {
        /* box-shadow: #2575fc 0px 0px 3px 0px; */
    }
    .mission-11 {
        width: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    /* big image */
    .big-image {
        width: 100%;
        height: 100%;
    }
    .about-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
}