.group__img img {
    width: 75%;
    height: 100%;
    object-fit: cover;
}

.actu_bannner {
    position: absolute;
    width: 50%;
}
.card_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}

article {
    width: 20rem !important;
    margin-bottom: 2rem;
}
.card {
    border: none !important;
    /* width: 100% !important; */
}

.post_date {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 600;
}

.card-text {
    font-size: 0.9rem;
}

.card-body {
    height: 55vh;
    padding: 0.5rem !important;
    border: 2px solid #e5e5e5 !important;
    position: relative;
}

.card-body .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1rem;
    border-radius: 0;
    border: none;
    background-color: #016954;
    color: #fff;
}

.card img {
    height: 180px;
}
