.prestations-box{
    margin-top: 5em;
}

.encart {
    width: 90%;
    min-height: 35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto;
}

.encart a {
    text-decoration: none;
    color: inherit;
}

.encart:hover {
    outline: 7px solid #f1b847c2;
    transition: 0.3s ease;
}

.image{
    width: 100%;
    max-width: 100%;
    height: 15em;
    object-fit: cover;
}

h2{
    font-size: 1.2em !important;
}