a {
    text-decoration: none;
    color: inherit;
}

.free-del-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.free-del-col {
    flex: 1 1 300px;
    max-width: 400px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
.free-del-col h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333333;
    text-align: center;
}

.free-del-col img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

.free-del-col img:hover {
    border-color: #c2c2c2;
    box-shadow: 0 4px 8px rgba(124, 124, 124, 0.2);
    transform: scale(1.01);
    transition: all 0.3s ease;
}