﻿.test {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}
.test .card {
    min-height: 607px;
}