.esrc__sidebar-title {
    font-size: 26px;
    line-height: 34px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
    display: block;
}

.esrc__sidebar--link-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: min(18px, .8vw);
    cursor: pointer;
    color: #b2b2b2;
    transition: color 400ms;
}

.esrc__sidebar--link-title span {
    color: inherit;
    background-color: transparent;
    border: none;
    padding-inline: 0;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease 0s;
}

.esrc-section__group-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
    color: #000;
}

.esrc-section__grid {
    margin-bottom: 3rem;
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px 4rem; */
}

.esrc-section__grid ul {
    margin-bottom: 45px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}

.esrc-section__grid ul li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #0082ca;
}

.esrc__sidebar {
    margin-bottom: 2rem;
}

.esrc__intro {
    margin-bottom: min(4rem, 2vw);
}

.js-tab {
    display: none;
}
.esrc__sidebar--link-title span:hover, 
.js-tab-trigger.active {
    color: #000;
}

@media (min-width: 768px) {
    .esrc-section__grid ul {
        column-count: 3;
    }    
}