.cases .hero-strip {
    padding: 10vh 0 5.5vh;
}

.cases .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.6px;
    color: #344975;
    max-width: 494px;
    margin: 70px 0 14px;
}

.cases .tags {
    margin-bottom: 26px;
    justify-content: flex-start;
}

.cases .tags a {
    background-color: #e9eaed;
    border: 1px solid #e9eaed;
    padding: 5px 0;
    font-size: 14px;
    color: #343433;
    margin-left: 8px;
    margin-bottom: 13px;
    font-weight: normal;
    min-width: 127px;
    text-align: center;
    display: block;
}

#cases_display {
    gap: 1%;
    justify-content: normal;
}

@media screen and (min-width: 500px) {

    .cases .tags a:hover,
    .cases .tags a.active-cat:hover {
        background-color: #fff;
        color: #343433;
    }
}

.cases .tags a.active-cat {
    background-color: #344975;
    border: 1px solid #344975;
    color: #fff;
}

.cases article {
    box-shadow: 0px 0px 18px rgb(0 0 0 / 13%);
    padding: 31px 2% 22px 4%;
    /* margin-left: 1%; */
    margin-bottom: 32px;
    width: 24%;
}

.cases article:nth-child(1),
.cases article:first-child,
.cases article:nth-child(10),
.cases article:nth-child(15),
.cases article:nth-child(24),
.cases article:nth-child(29) {
    width: 49%;
    max-width: initial;
}

.cases article .tags {
    height: 38px;
    overflow: hidden;
    margin-bottom: 19px;
}

body:not(.rtl) .cases article .tags {
    height: unset;
}

.cases article .tags span {
    background-color: #fff;
    border: 1px solid #f1f2f5;
    padding: 5px 15px;
    font-size: 14px;
    color: #343433;
    margin-left: 3px;
    margin-bottom: 21px;
    font-weight: normal;
}

.cases article .tags span.cat {
    background-color: #f1f2f5;
    border: 1px solid #f1f2f5;
}

.cases article .title {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    line-height: 1.44;
    color: #343433;
    margin-bottom: 15px;
    margin: 0px 0 8px;
    text-align: right;
}

body:not(.rtl) .cases article .title {
    text-align: left;
}

.cases article .number {
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    line-height: 0.72;
    color: #343433;
    margin-bottom: 28px;
}

.cases article p {
    line-height: 2;
    letter-spacing: normal;
    color: #343433;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.cases article a {
    line-height: 2.14;
    color: #344975;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 14px;
}

.cases article a:hover {
    text-decoration: underline;
}

.cases .see-more {
    margin: 25px auto 125px;
    text-align: center;
}

.cases .see-more a {
    font-size: 18px;
    padding: 10px 32px;
    text-align: center;
}

@media screen and (max-width: 1300px) {

    .cases article,
    .cases article:nth-child(1),
    .cases article:first-child,
    .cases article:nth-child(10),
    .cases article:nth-child(15),
    .cases article:nth-child(24),
    .cases article:nth-child(29) {
        width: 31%;
        margin-left: 1%;
    }

    .cases .cards-list {
        justify-content: flex-start;
    }

    .cases .title {
        max-width: 90%;
        margin: 70px auto 14px;
        text-align: center;
    }

}

@media screen and (max-width: 770px) {
    .cases .tags.slider {
        width: 92%;
        margin-left: 0;
        margin-right: auto;
        height: 47px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .cases .tags.slider .slick-list {
        /* transform: translateX(-48px); */
    }

    .cases .tags.slider a {
        transform: translateX(0);
    }

    .cases .content .site-width {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
    }

    .cases .cards-list {
        display: block;
        justify-content: flex-start;
        width: 95%;
        margin: 0 auto;
    }

    .cases article,
    .cases article,
    .cases article:nth-child(1),
    .cases article:first-child,
    .cases article:nth-child(10),
    .cases article:nth-child(15),
    .cases article:nth-child(24),
    .cases article:nth-child(29) {
        box-shadow: 0px 0px 18px rgb(0 0 0 / 13%);
        padding: 49px 5% 44px 6%;
        max-width: 318px;
        width: 90%;
        margin: 0 auto 10px;
    }

}

@media screen and (max-width: 550px) {
    .cases .hero-strip {
        padding: 8vh 0 5.5vh;
    }

    .cases .title {
        max-width: 87%;
        font-size: 20px;
        margin: 35px auto 20px;
        text-align: center;
    }

    .cases article .tags span {
        padding: 2px 13px;
        font-size: 11.5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .cases article .tags {
        margin-bottom: 5px;
    }

    .cases article .number {
        font-size: 39px;
        margin-bottom: 22px;
    }

    .cases article p {
        line-height: 23px;
        margin-bottom: 3px;
    }

    .cases .see-more a {
        font-size: 14px;
        padding: 9px 32px;
        text-align: center;
        width: 85%;
        margin-bottom: 0;
    }

    .cases .see-more {
        margin: 25px auto 49px;
    }
}