.card-container {
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 0rem;
    vertical-align: bottom, top;

}

.card {
    width: 400px;
    background-color: rgb(248, 243, 236);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.2);
    margin: 10px;
    padding: 10px;
    vertical-align: top, bottom;

}

.img {
    width: 50px;
}

.thumbnail {
    width: 370px;
    border-radius: 8px;
    align-items: center;
}


.card-content img {
    size: 100px;
}


.h6 {
    font-size: 9px;
    margin-bottom: 8px;

}

.p {
    font-size: 9px;
}

.card-content p {
    color: #0a0000;
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;

}

.btn {
    width: 150px;
    justify-content: center;

    padding: 8px;
    background-color: #410ae4;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    color: #fff;




}