.card-container{
    margin-bottom: 20px !important;
    min-height: 235px;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    height: 150px;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card img {
    max-height: 150px;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.card img:hover {
    transform: scale(1.1);
}

.card-body {
    text-align: center;
    align-content: center;
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}

.card-body {
    background-color: #f9f9f9;
    border-radius: 10px;
}
