.research_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.research_text a {
    color: var(--orange);
    text-decoration: underline;
}

.research-date-tags {
    text-align: center;
    font-size: 14px;
    color: var(--darkgray);
}
.research_text {
    overflow-x: hidden;
}

.research-block img {
    max-width: 80vw !important;
    height: auto !important;
}
.news-btn {
    background: var(--green);
    color: var(--white);
    font-weight: bold;
    border-radius: 0px;
    margin-top: 20px;
}

.news-btn:hover {
    background: var(--yellow);
}

.a-clear {
    text-decoration: none;
    color: inherit;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}