.hidden-block {display: none;padding-bottom: 65px;}
.active-block.hidden-block {display: block;}
.fellow-wrapper {
    min-height: 0;
}
.fellow-card .team-img-container {
    text-align: left !important;
}
.fellow-inner img,
.fellow-card img {
    width: 260px !important;
    border-radius: 100%;
    border: 2px solid var(--alt-color);
    padding: 4px;
}
.fellow-card img {
    margin: 0 0 30px;
}
.fellow-inner h3,
.fellow-card h3 {
    color: #666 !important;
    font-size: 25px;
}
.fellows-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
    column-gap: 40px;
}
.fellow-card .team-member-description,
.fellow-details {
    font-size: 16px;
}
.fellow-inner {
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 25px;
    background-color: #f8f8f8;
    align-items: center;
}
@media (min-width: 768px) {
    .fellow-content {
        width: calc(100% - 300px)
    }
}
@media (max-width: 767px) {
    .fellow-inner {
        text-align: center;
        justify-content: center;
    }
}
.tab-section .av-inner-tab-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: none;
}
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
    width: 120px;
}
.tab-section .av-layout-tab-inner .container {
    padding-block: 60px;
}
.custom-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
span.click-item {
    border: 2px solid var(--lemon);
    padding: 8px 20px;
    line-height: 1.5;
    width: auto;
    min-width: 150px;
    text-align: center;
    border-radius: 25px;
    transition: .5s;
    cursor: pointer;
}
span.click-item:hover,
span.click-item.current {
    background-color: var(--lemon);
    color: #fff;
}