/* LARGE TABLET / SMALL DESKTOP VIEW MIN 768px MAX 991.98px */


    @media (min-width: 576px) and (max-width: 991.98px) {
        .contatti .rowbody {
            margin-left: 0;
            margin-right: 0;
        }
       .contatti .body {
           margin-top: 6rem;
       }
       .contatti .body .title{
           padding: 2rem 0;
       }
       .contatti .body .description {
           padding-left: 2rem;
           padding-right: 2rem;
           text-align: center;
       }
       .contatti .body .rowContent{
           padding:1rem 0;
       }
       .contatti .body .description p {
           text-align: justify;
       }
       .contatti .body .description .phone p{
           text-align: center;
       }
       .contatti .body .description .mobile p{
           text-align: center;
       }
       .contatti .body .description .pre-address p{
           text-align: center;
       }
       .contatti .body .description .address p{
           text-align: center;
       }
       .contatti .body .description .pre-social p{
           text-align: right;
       }
       .contatti .body .description .social p{
           text-align: left;
       }


    }


/* TABLET VIEW MIN 576px MAX 768px */

    @media (min-width: 576px) and (max-width: 767.98px) {
        .contatti .rowbody {
            margin-left: 0;
            margin-right: 0;
        }
       .contatti .body {
           margin-top: 6rem;
       }
       .contatti .body .title{
           padding: 2rem 0;
       }
       .contatti .body .description {
           padding-left: 2rem;
           padding-right: 2rem;
           text-align: center;
       }
       .contatti .body .rowContent{
           padding:1rem 0;
       }
       .contatti .body .description p {
           text-align: justify;
       }
       .contatti .body .description .phone p{
           text-align: center;
       }
       .contatti .body .description .mobile p{
           text-align: center;
       }
       .contatti .body .description .pre-address p{
           text-align: center;
       }
       .contatti .body .description .address p{
           text-align: center;
       }
       .contatti .body .description .pre-social p{
           text-align: center;
       }
       .contatti .body .description .social p{
           text-align: center;
       }


     }

 /* MOBILE VIEW MAX 576px */

     @media (max-width: 575.98px) {
         .contatti .rowbody {
             margin-left: 0;
             margin-right: 0;
         }
        .contatti .body {
            margin-top: 6rem;
        }
        .contatti .body .title{
            padding: 2rem 0;
        }
        .contatti .body .description .titolo-corsivo {
            font-size: 60px;
        }
        .contatti .body .description {
            padding-left: 1rem;
            padding-right: 1rem;
            text-align: center;
        }
        .contatti .body .rowContent{
            padding:1rem 0;
        }
        .contatti .body .description p {
            text-align: justify;
        }
        .contatti .body .description .phone p{
            text-align: center;
        }
        .contatti .body .description .mobile p{
            text-align: center;
        }
        .contatti .body .description .pre-address p{
            text-align: center;
        }
        .contatti .body .description .address p{
            text-align: center;
        }
        .contatti .body .description .pre-social p{
            text-align: center;
        }
        .contatti .body .description .social p{
            text-align: center;
        }
        .contatti .body .description .social {
             padding-left: 1.5rem;
        }
        .contatti .boxContainer {
            padding:0;
        }
        .contatti .boxContainer .contactBox{
            margin-left: 0;
            margin-right: 0;
        }
        .contact-modal-body {
            padding: 2rem 1rem;
        }
        .contatti .boxContainer .mapBox{
            margin-left: 0;
            margin-right: 0;
        }
      }
