.card-mapati {
    display: flex;
    flex-direction: column;
    width: 300px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    margin: 15px;   
    align-content:space-between;
    justify-content: space-between;
    background-color: white;
}

.img-mapati{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 200px;
}

.cardtitulo-mapati {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0 10px 0;
}

.cardtitulo-mapati .data-mapati {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: rgb(5, 87, 9);
    font-weight: bold;
    width: 100%;
}

.cardtitulo-mapati .titulo-mapati {
    font-size: large;
    font-weight: bold;
}

.descricao-mapati {
    width: 100%;
    height: 150px;
    padding-bottom: 10px;
}

.descricao-mapati p{
    font-size: 14px;
    text-indent: 20px;
    text-align: justify;
    text-transform: lowercase;
    line-height: normal;
    padding: 0 10px 0 10px;
}

.footer-mapati {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(5, 87, 9);
    color: white;
    width: 100%;
    height: 50px;
    border-radius: 0 0 10px 10px;
}

.footer-mapati a{
    color: white;
    text-decoration: none;
}