.aboutusImg {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 40px;
}

.descTitle {
    padding-right: 20px;
}

.desc_wrap {
    width: 90%;
}

.desc {
    /* white-space: pre-line; */
}

#SCHUCO,
#SAMIK {
    display: none;
}

/* #desc_wrap>.grow {
    max-width: 700px;
}

#desc_wrap p {
    max-width: 315px;
} */

@media screen and (max-width: 1080px) {
    .desc_wrap>.grow {
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 900px) {
    .aboutusImg {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .descTitle {
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .desc_wrap {
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    #desc_wrap p {
        max-width: 500px;
    }
}