h2 {
    justify-self: center;
    padding-top: 150px;
    padding-bottom: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #e07a5f;
    font-size: 40px;
    letter-spacing: 1px;
}

.ricordo {
    margin: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: larger;
    gap: 30px;
}

.ricordo img {
    width: 80%;
    max-width: 80%;
}

.ricordo p {
    border: 1px dashed;
    padding: 0.5rem;
}

.ricordi-box {
    justify-self: center;
    width: 100vw;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 50px;

}

.header::before {
    background: transparent;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: 0.3s ease;
}

/* .ricordo:nth-child(even) {
    align-self: end;
} */

@media (max-width: 1200px) {
    .ricordo {
        flex-direction: column;
    }

    .ricordo img {
        width: 100%;
        max-width: 100%;
    }
}