.contents img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contents .price-free {
    display: inline-block;
    padding: 4px 8px;
    background-color: #08c217;
    color: white;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px srgba(0, 0, 0, 0.2);
}

.contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}