.about-heading
{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.about-us-page-inner
{
    width: 65%;
    margin: auto;
}
.letthenetwork
{
    font-size: 17px;
    font-weight: 600;
}
.about-title
{
    text-align: left;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #303030;

}
.about-detail
{
    font-size: 18px;
    color: #303030;
    line-height: 1.45;
    text-align: justify;
}

.about-numbering
{
    margin-left: 40px;
}

.about-numbering li
{
    margin-bottom: 20px;
    margin-top: 20px;

}
.faq-row
{
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-title
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px;
    background-color: #e2f1fc;
        color: #303030;
    font-size: 22px;
    border-radius: 5px;
    border: 1px solid rgb(105, 111, 117);
    font-weight: 500;

}
.faq-title i
{
    font-size: 30px;
    color: rgb(36, 35, 35);
}
.faq-detail
{
    display: none;
    margin-top: 20px;
    padding: 15px 13px;
    background: rgb(248, 248, 248);
    border-radius: 5px;
    border: 1px solid rgb(105, 111, 117);
}

@media(max-width:600px)
{
.about-us-page-inner

{
    width: 95%;
}
}