.clenoveWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    --rozmer: 300px;
}

.clenWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    width: var(--rozmer);
    text-align: center;
    text-decoration: none;
    color: black;
}

.clenTyp {
    font-size: 30px;
    margin: 15px 5px 5px 5px;
    padding: 5px;
}

.clenImgContainer {
    width: 100%;
    height: var(--rozmer);
    overflow: hidden;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: flex;
    align-items: center;
}

.clenImg {
    width: inherit;
}

.bordRad {
    border-radius: 10px;
}

.clenContent {
    margin: auto 3px;
    padding: 5px;
}

.clenContent h2 {
    font-size: 20px;
    font-weight: bold;
}

.clenContent p {
    font-size: 16px;
    font-weight: 400;
}
