
    body {
        font-family: "Open Sans", sans-serif;
    }
    .choose_uss {
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .choose_uss img {
        height: 100% !important;
        object-fit: contain;
        width: 100% !important;
    }
    .image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .adjust {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin-top: 25px;
    }

    .my_textt {
        text-align: left;
        color: #666;
    }

    .my_images {
        width: 550px;
        height: 320px;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .adjust {
            flex-direction: column;
            text-align: center;
        }

        .my_images {
            width: 100%;
            height: auto;
        }

        .my_textt {
            text-align: center;
        }
    }

    .about-us-content {
        width: 100%;
        height: auto;
        background-color: #f0f0f0;
        padding: 50px;
        padding-top: 10px;
        margin: auto;
    }

    .about-text {
        margin-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }

    .underline {
        border: 2px solid #0d6efd;
        width: 10%;
        margin-bottom: 10px !important;
        margin: auto;
    }
    .underlines {
        height: 2px;
        background-color: #006666;
        width: 30%;
        margin-bottom: 10px !important;
text-align:center !important;
margin:auto;
    }
    .h3 {
        color: #006666;
        font-weight: bold;
    }

    @media (max-width: 768px) {
        .choose_uss {
            height: auto;
            margin-top: 0px;
        }
        .choose_uss {
            width: 100%;
            height: auto;
            padding: 0px;
        }
        .choose_uss img {
            height: auto !important;
            width: 100% !important;
            padding: 0px;
            margin: 0px;
        }
        .image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    @media (max-width: 576px) {
        .choose_uss {
            height: auto !important;
            width: 100%;
        }
        .choose_uss img {
            height: auto !important;
        }
    }
