
.descr{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: var(--blue_main_opac);
}

.descr p{
    padding: 1rem;
        color:white;
        font-size: 1rem;
        font-family: "Nunito";
}
.descr h3{
    font-family: "Bellota" ;       
    color:white;
}   
.equal-height-img {
            height: 20rem;
            width: 100%;
            object-fit: cover;
            display: block;
        }


        .image-wrapper {
            width: 100%;
        }