
.presentation {

}

.presentation h4 {
    font-size : 1.4rem;
    font-style: italic;
    color : var(--secondary);
}

.presentation h6 {
    color : black;
}


.presentation .card.card-cascade.wider.reverse .card-body.card-body-cascade {
    margin-top: -4rem;
}


.text-pres {
    padding : 20px;
    text-align: justify;
    font-size : 1.1rem;
}


.text-pres .card {
    border : 1px solid #66542e;
    border-radius : 25px;
    background : #ccb68b;
    transition : 0.5s ease-in-out;
    padding : 10px 20px;
    margin : 10px 0;
    display : flex;
    flex-direction : column;
    align-items : center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}