.bkn01 {
    gap: 30px;
}

.bkn01:has(> li:nth-child(-n + 3)) {
    display: flex;
    justify-content: center;
}

.bkn01:has(> li:nth-child(4)) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bkn01__card {
    width: 360px;
    height: 100%;
    display: block;
    padding: 20px;
}

.bkn01__top {
    margin-bottom: 8px;
    position: relative;
}

.bkn01__img {
    height: 240px;
}

.bkn01 .bkn__label {
    position: absolute;
    top: 0;
    left: 0;
}
