.case_item p {
    padding: 5px;
}
.case_item .rating {
    margin-right: 10px;
}
.case_item .rating p {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    color: #fff;
    font-weight: bold;
}
.case_item img {
    width: 15%;
    border-radius: 10px;
    margin-right: 24px;
}
.case_item .corporation h6 {
    font-size: 20px;
    color: var(--blueBlack);
}
.case_item .corporation p {
    color: var(--gray);
    padding-top: 6px;
}
.case_item .corporation .rating svg{
    width: 18px;
    height: 18px;
}
/*.case_item .corporation .rating .active svg path{*/
/*    fill: var(--yellow);*/
/*    stroke: var(--yellow);*/
/*}*/
.case_item .corporation .rating .active{
    color: var(--yellow);
    /*stroke: var(--yellow);*/
}

.case_item .price_product a {
    margin-left: 24px;
    /*font-size: 26px;*/
    color: var(--black);
    background-color: var(--yellow);
    padding: 11px 20px;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
}

@media (max-width:1024px){
    .case_item img {
        width: 25%;
    }
}
@media (max-width:768px){
    .case_item img {
        width: 25%;
    }
}
