
    .chisiamo p {
        color: #edf3ffff;
    }
    .chisiamo h1 {
         color: #ee711f;
    }
    .chisiamo h2 {
        color: #ee711f;
    }
    .chisiamo h3 {
        color: #ee711f;
    }
    .chisiamo h4 {
        color: #ee711f;
    }
    .chisiamo h5 {
        color: #ee711f;
    }
    .chisiamo h6 {
        color: #EE711F;
    }

    .chisiamo {
        min-height: 100vh;
        background-image: url(../img/background/background1.jpg);
    }
    .chisiamo .body {
        background: rgba( 31, 31, 31, 0.55 );
        box-shadow: 5px 6px 6px rgba( 235, 113, 31, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 5.0px );
        border-radius: 15px;
        border: 1px solid rgba( 235, 113, 31, 0.18 );
        margin-top: 12rem;
        padding-bottom: 4rem;
        text-align: center;
    }
    .chisiamo .body .title {
        padding: 4rem 0;
    }
    .chisiamo .body .content {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .chisiamo .body .content .titleBox {
        position: relative;
        border-bottom-width: 5px;
        border-bottom-color: rgba( 235, 113, 31, 0.75 );
        background-color:rgba( 235, 113, 31, 0.75 );

    }
    .chisiamo .body .content .titleBox h3 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #1f1f1fff;
    }
    .chisiamo .body .content .descriptionBox {
        text-align: justify;
        padding-top: 1rem;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: rgba( 235, 113, 31, 0.75 );
        padding: 1rem 3rem;

    }
    .chisiamo .body .content .imgBox {
        padding-top: 1rem;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: rgba( 235, 113, 31, 0.75 );
        position:relative;
    }
    .chisiamo .body .content .imgBox .imgDesktop{
        max-width: 500px;
    }
    .chisiamo .body .content .imgBox .imgMobile{
        max-width: inherit;
    }

    .chisiamo .body .content .description {
        border-bottom-width: 5px;
        border-bottom-color: rgba( 235, 113, 31, 0.75 );
        background-color:rgba( 235, 113, 31, 0.75 );
        text-align: justify;
        padding: 0 3rem;
        padding-top: 2rem;
    }
    .chisiamo .body .content .description p{
        margin-bottom: 0.5rem;

    }
    .chisiamo .body .content .description h3 {
        color: #1f1f1fff;
        text-align: center;
    }
    .chisiamo .body .content .staffContainerSx {
        padding-right: 1rem;

    }
    .chisiamo .body .content .staffContainerSx img {
        max-width: 180px;
        max-width: 200px;
        float: left;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 50%;
        shape-outside: border-box;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
    .chisiamo .body .content .staffContainerSx h3 {
        text-align: end;
    }
    .chisiamo .body .content .staffContainerSx p {
        text-align: justify;
    }
    .chisiamo .body .content .staffContainerSx span {
        background-color: #EE711F;
    }
    .chisiamo .body .content .staffContainerDx {
        padding-left: 1rem;

    }
    .chisiamo .body .content .staffContainerDx img {
        max-width: 180px;
        max-width: 200px;
        float: right;
        border-bottom-left-radius: 50%;
        border-top-right-radius: 50%;
        shape-outside: border-box;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }
    .chisiamo .body .content .staffContainerDx h3 {
        text-align: start;
    }
    .chisiamo .body .content .staffContainerDx p {
        text-align: justify;
    }
    .chisiamo .body .content .staffContainerDx span {
        background-color: #EE711F;
    }
    .chisiamo .staff {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }
