.content-main {
width:98%;
}

.content-left {
width: 49%;
float:left;
//border:1px solid red;
//padding:10px;
}

.content-right {
width: 50%;
float:right;
//border:1px solid blue;
//padding:10px;
}

.non-collapsible {
    background-color: #2C882B;
    color: white;
    /*cursor: pointer;*/
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Arial;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 15px;
}

.non-collapsible-small {
    background-color: #26701a;
    color: white;
    /*cursor: pointer;*/
    padding: 4px;
    margin-left: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Arial;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
}

.collapsible {
    background-color: #2C882B;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1vw;
}

.active, .collapsible:hover {
    background-color: #26701a;
}

.collapsible:after {
   /* content: '\002B';*/
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
   /* content: "\2212";*/
}

.content {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
}

.content-nonCollapse {
    padding: 0 18px;
    /*width: 100%;*/
    /*max-height: 60px;*/
    /*overflow: hidden;*/
    transition: max-height 0.2s ease-out;
    background-color: #fff;
    border: 1px solid #2C882B;
}

.ResearchTopicsImg {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.content-textParagraph {
    margin-left: 10px !important;
}

