#CHISIAMO {
    position: relative;
    top: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.container-chisiamo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testo-chisiamo {
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
}

.img-chisiamo img {
    max-width: 70%;
    border-radius: 50px;
}

@media (min-width:1439px) {
    .container-chisiamo {
        flex-direction: row;
    }
    .testo-chisiamo {
        font-size: 22px;
        margin-bottom: 0;
        width: 40%;
        margin-right: 4%;
    }
    .img-chisiamo {
        width: 40%;
    }
    .img-chisiamo img {
        width: 100%;
    }
}