.presentacion-2 {
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    color: #06A086;
}

.anbionce-2 {
    margin: 24px auto;
    width: 800px;
}

.presentacion-3 {
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    color: #06A086;
    margin-top: 150px;
}

.explicazion {
    display: flex;
}

.img-mattonge {
    display: flex;
    justify-content: space-around;
    gap: 300px;
}

.img-mattonge-2 {
    border-radius: 20%;
    max-width: 100%;
    height: auto;
    height: 500px;
    width: 500px;
    gap: 80px;
    box-shadow: 0 8px 20px rgba(49, 9, 9, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-mattonge-2:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/*nuova sezzione */


.presentacion-4 {
    display: flex;
    justify-content: flex-start;
    color: #06A086;
    margin-left: 15%;
    margin-top: 150px;
    font-size: 3.5rem;
}

.info-box {
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    width: 50%;
}

.info-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;

}

.desciz-curio-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.desciz-curio-3 {
    margin-left: 23%;
}

.info-contenair {
    display: flex;
    justify-content: space-between;
}

.presentacion-4 {
    margin-top: 20%;
}

@media (max-width: 780px) {
    .house-2b {
        font-size: 3rem;
    }

    .presentacion-3 {
        font-size: 2rem;
        margin-left: 0;
    }

    .presentacion-4 {
        font-size: 2.5rem;
    }

    .ambionce {
        font-size: 1.5rem;
        width: 292px;
        line-height: 1.4;
    }

    .img-mattonge-2 {
        height: 100%;
        width: 155px;

    }

    .info-box {
        width: 100%;
    }

    .img-mattonge {
        justify-content: center;
        gap: 20px;
    }

    .info-contenair {
        display: flex;
        flex-direction: column;
    }

    .desciz-curio-2 {
        width: 327px;
        font-size: 1.2;
    }
}