﻿.researchers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.researchers__card {
    text-align: center;
}
.researchers__card-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.researchers__card-name {
    font-size: 2rem;
    font-weight: 600;
    margin: 20px 0 5px;
}
.researchers__card-title {
    margin-bottom: 5px;
}
.researchers__card-blog:hover,
.researchers__card-blog:focus-visible {
    text-decoration: transparent !important;
}
.researchers-bc {
    margin-bottom: 0px;
}
.researchers-bc {
    margin-right: 0;
}
.team-v4 a {
    color: #000066 !important;
    text-decoration: none !important;
}
.team-v4 a:hover {
    color: #007035 !important;
    text-decoration: underline !important;
}
.link-list a {
    color: #eee !important;
}

@media only screen and (max-width: 992px) {
    .researchers {
        grid-template-columns: repeat(2, 1fr);
    }
}