.about_us {
    display: flex;
    align-items: flex-start;
}

.about_us .about-heading {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}

.about_us #logpage .about-desc,
.about_us .about_box2 .about-desc {
    font-size: 16px;
}

.about_us #logpage #readMoreToggle {
    width: fit-content;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.5;
}

.about_us #logpage #readMoreToggle:hover {
    opacity: 1;
}


.about_us #logpage,
.about_us .about_box2 {
    width: 100%;
    max-width: 50%;
    /* margin: 5vh 0 70vh 0 !important; */
    margin: 0 0 70vh 0 !important;
    height: 100%;
    min-height: 60vh;
    padding: 0 110px;
}


.about_us #logpage .sub-heading,
.about_us .about_box2 .sub-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.about_us .about_box2 .mission {
    margin: 0 0 5rem;
}

/* Animation for full-text expansion */
.about-desc .full-text {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.5s ease;
}

.about-desc .full-text.expanded {
    max-height: 500px;
    /* Adjust as needed */
    opacity: 1;
}

#readMoreToggle {
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
    margin-top: 10px;
    display: inline-block;
}

#readMoreToggle:hover {
    color: #333;
}

@media screen and (max-width: 992px) {
    .about_us {
        padding: 0;
    }

    .about_us .about-heading {
        font-size: 20px;
    }

    .about_us #logpage,
    .about_us .about_box2 {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding: 0 20px;
    }

    .about_us #logpage .sub-heading,
    .about_us .about_box2 .sub-heading {
        font-size: 20px;
    }

    .about_us {
        flex-direction: column;
        padding: 0 10px;
        margin: 0 0 60vh 0;
    }

    .about_us #logpage,
    .about_us .about_box2 {
        width: 100%;
        max-width: 100%;
        margin: 25vh 0 0 0 !important;
        min-height: auto;
        padding: 0;
    }

    .about_us #logpage {
        margin-bottom: 50px !important;
    }

    .about-desc {
        font-size: 16px !important;

    }

    .about_us .about_box2 {
        margin-top: 0 !important;
    }

    @media screen and (min-width: 601px) and (max-width: 992px) {

        .about_us {
            padding: 0;
        }

        .about_us .about-heading {
            font-size: 20px;
        }

        .about_us #logpage,
        .about_us .about_box2 {
            width: 100%;
            max-width: 100%;
            min-height: auto;
            padding: 0 20px;
        }

        .about_us #logpage .sub-heading,
        .about_us .about_box2 .sub-heading {
            font-size: 20px;
        }


        .about-desc {
            font-size: 18px !important;
        }

        .about_us {
            flex-direction: column;
            padding: 0 10px;
            margin: 0 0 60vh 0;
        }

        .about_us #logpage,
        .about_us .about_box2 {
            width: 100%;
            max-width: 100%;
            margin: 15vh 0 0 0 !important;
            min-height: auto;
            padding: 0;
        }

        .about_us #logpage {
            margin-bottom: 50px !important;
        }

        .about_us .about_box2 {
            margin-top: 0 !important;
        }
    }
}