/*---------------------------------- About Us Page CSS Style sheet ----------------------------------- */

.about-content {
    padding: 20px;
    text-align: left;
    margin-left: 10px;
}


.about-content h2 {
    text-align: left;
    /* Center the headings */
    color: var(--smlkh);
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-content,
.about_list {
    color: var(--black);
}

.about-content .about-content,
.about_list {
    text-align: left;
    /* Ensure paragraphs and lists are aligned left */
    margin-left: 10px;
    /* Adds a left margin of 10px */
    color: var(--black);
}

.about_list {
    list-style-type: disc;
    /* Default bullet style */
    padding-left: 20px;
    /* Indent the list */
    text-align: left;
    /* Align the text to the left */
    margin: 5px auto;
    /* Add some margin for spacing */
    display: inline-block;
    /* Center the list */
}

.about_list li {
    margin-bottom: 10px;
    /* Add some space between list items */
}

.lab-banner {
    width: 100%;
    object-fit: contain;
}

.lab-sub-img {
    margin-top: 10px;
    width: 35%;
    object-fit: contain;
}


.lab-img {
    justify-items: right;
}

@media (max-width: 768px) {

    .lab-sub-img {
        width: 100%;
    }

}