.Case-Tabs-AppendCenter {
    gap: 17px !important;
}

.Case-Tabs-AppendCenter .-protofilo-item-box {
    margin: 0;
    max-width: 346px;
}

.-RowSpan-category ul {
    display: flex;
    list-style: none;
    gap: 15px;
}

.-RowSpan-category ul li {
    display: flex;
    align-items: center;
}

.-RowSpan-category ul li.active a {
    background: var(--uicolor2);
    color: white;
    border-color: var(--uicolor2);
}

.-RowSpan-category ul li a {
    padding: 10px 16px;
    color: var(--secondarytext-bold);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 25px;
    border: 1px solid var(--secondarytext-bold);
    background: 0 0;
    transition: all 150ms ease-out;
}

.-RowSpan-category ul li a:hover {
    background: var(--uicolor2);
    color: #fff;
    border-color: var(--uicolor2);
}

.-Yc-Products-Category {
    margin-bottom: 40px;
}

.-YC-case-studies-TabHead {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.-YC-case-studies-TabHead .-RowSpan-category {
    display: flex;
}

.-YC-case-title-s1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 600px;
    margin-inline: auto;
}

.-YC-case-title-s1 .P-content {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
}

.-YC-case-title-s1 h2 {
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
    line-height: 1.5;
}