.page-template-portfolio .site-breadcrumb {
    padding-bottom: 0;
}

.page-template-portfolio .page-header__title {
    padding: 0;
    margin: 8px 0 32px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}

.theme-portfolio__tabs .isotope-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.theme-portfolio__tabs .isotope-filters ul li a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 4px;
    color: #000;
    background: #EBE2D2;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.theme-portfolio__tabs .isotope-filters ul li a.active {
    background: linear-gradient(90deg, #9E9EA6 8.43%, #C99239 100%);
    color: #fff;
}

.isotope-grid {
    margin: 0 -15px;
}

.isotope-grid .item {
    width: calc(33.33% - 30px);
    height: 370px;
    margin: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.isotope-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}