@media (max-width: 1100px) {
    @supports (height:100svh) {
        .cards__item:nth-child(3n+2) {
            height: auto;
            min-height: 100svh;
        }
    }
}

@media (max-width: 1100px) {
    .cards__item:nth-child(3n+2) .cards__actions .button {
        display: flex;
    }
}