.row-ksb {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px
}

.col-ksb-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.col-ksb-3 img {
    width: 100%;
    border-radius: 10px;
}
