.card-product {
    /* display: grid !important; */
    /* justify-items: center; */
    /* background-color: #cdcdcd; */
    border: none;
    border-radius: 15px;
    /* padding: 20px;
    border-radius: 15px; */
    /* grid-template-rows: auto 48px; */
}

.wrapper-img-product {
    border-radius: 15px 15px 0 0;
    padding: 20px;
    background-color: #cdcdcd;
    display: flex;
    justify-content: center;
}

.img-product {
    border-radius: 15px;
    height: 330px;
    width: 100%;
    object-fit: cover;
    max-width: 250px;
}

.hr-product {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #ffe382 30%, #6d85e8 0%);
}

.body-product {
    padding: 20px;
    border-radius: 0 0 15px 15px;
    height: 80px;
}

.card-knowledgehub {
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
    /* background: #e7eaee4d; */
    max-width: 250px;
    color: #fff;
    margin-top: 5px;
}
.img-knowledgehub {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-knowledgehub img {
    width: 80% !important;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 15px;
    object-position: 0% 90%;
}

.img-knowledgehub img.watch {
    width: 95% !important;
    height: 150px;
}

.card-knowledgehub-body .type {
    border-bottom: 1px solid #e7eaee4d;
    margin-bottom: 5px;
}

.card-knowledgehub .ribon {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 3%;
    padding-top: 5px;
}
.card-knowledgehub .ribon img {
    width: 100%;
    height: 55px;
}
.card-knowledgehub .ribon .number {
    position: absolute;
    font-size: 1.3rem;
    font-weight: 500;
}

.card-knowledgehub .ribon {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 3%;
    padding-top: 5px;
}
.card-knowledgehub .ribon img {
    width: 100%;
    height: 55px;
}
.card-knowledgehub .ribon .number {
    position: absolute;
    font-size: 1.3rem;
    font-weight: 500;
}
