.block-our-cases {
    padding-bottom: 65px;
}

.block-our-cases .bx-pagination  {
    display: none;
}

.block-our-cases .bx-title {
    width: fit-content;
}

.block-our-cases .bx-wave-title {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 22px;
}

.block-our-cases .bx-title {
    padding-bottom: 65px;
}

.block-our-cases .bx-wave-title-href {
    margin: 11px 0 0 0;
}

.our-cases__item {
    display: block;
    height: 302px;
    position: relative;
    background-size: cover !important;
}

.our-cases-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin: 0;
}

.our-cases-content::before {
    display: none;
}

.our-cases__item:hover .our-cases__item-title {
    opacity: 1;
}

.our-cases__item-title {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: white;
    padding: 200px 20px 20px 20px;
    opacity: 0;
    transition: 0.5s;
}

.our-cases__item-title {
    background: url(/local/templates/mirupak/images/case_background.svg) 0% 100% no-repeat;
}

.block-our-cases .bx-wave-title-href {
    text-align: right;
}

@media (max-width:697px) {
    .our-cases__item-title {
        opacity: 1;
    }

    .our-cases-content a:not(:nth-child(-n+3)) {
        display: none;
    }
}