<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.niod-about-content {
    background-color: #000000;
    font-family: Jost;
    font-weight: 400 !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
}

.niod-about-content .niod-logo {
    position: absolute;
    margin: 2.5625rem 2.375rem;
    display: block;
    z-index: 1;
}

.heading {
    font-family: Jost;
    font-weight: 500 !important;
    color: #626262;
    font-size: 21px;
    line-height: 30px;
    width: 275px;
    margin-right: 20px;
}

#headingDiv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#imageDiv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#img {
    width: 100%;
    height: 100%;
}

#paraDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}



.signature{
    font-family: Jost;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 21px;
}

.paragraph {
    width: 292px;
}

@media only screen and (max-width : 1023px) {
    .niod-about-content .niod-logo {
        position: relative;
        margin: 0.8125rem 1.5rem 2rem;
    }

    .niod-about-content {
        padding-top: 30px;
    }

    #headingDiv {
        justify-content: center;
        padding-bottom: 30px;
    }

    .heading {
        margin-right: 0;
        width: 95%;
    }

    #imageDiv {
        padding-right: 5%;
    }

    #paraDiv {
        justify-content: center;
    }

    .paragraph {
        width: 95%;
    }

}</pre></body></html>