.bkn06 {
    gap: 27px;
}

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

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

.bkn06__card {
    width: 265px;
    height: 100%;
    display: block;
    padding: 20px;
}

.bkn06__top {
    position: relative;
}

.bkn06__img01 {
    height: 250px;
}

.bkn06__img02 {
    width: 120px;
    height: 120px;
    margin: -110px auto 10px;
}

.bkn06 .bkn__label {
    position: absolute;
    top: -10px;
    left: -10px;
}

.bkn06 .bkn__favicon {
    position: absolute;
    top: -11px;
    right: -10px;
}
