    body {
        position: relative;
        min-height: 100%;
        width: 100%;
        top: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .Container{
        display: flex;
        transition: all 0.5s;
        margin: 0;
        gap: 4rem;
        padding: 0;
        margin-top: 10rem !important;
        margin-bottom: 5rem;
        max-width: 91.222rem;
        flex-direction: row;
        margin-left: 5rem;
    }

/*    img{
    	width: 100%;
    	height: auto;
    }*/

    a{
    	color: #9c0034 !important;
    }

    .left-column{
      display: flex;
      width: 50%;
      flex-direction: column;
      justify-content: start;
      /* height: 28rem; */
      margin: 0 auto;
      align-items: flex-start;
      margin-top: 1rem;
    }
    .left-column .mappInfo {
      margin: 3rem 0rem;
    }
    .left-column .mappInfo p {
      font-size: 0.85rem;
      line-height: 1.7;
      font-weight: 300;
      color: #9c0034;
    }
    .left-column .leftText {
      margin-top: 3rem;
      line-height: 1.4rem;
      font-size: 0.85rem;
    }
    .left-column .leftText h4 strong {
      font-size: 1.2rem;
      font-weight: 600;
    }
    .left-column .leftText .s-block p {
      margin-bottom: 2rem;
    }



    .right-column{
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: start;
      /* height: 28rem; */
      align-items: center;
      /*  margin-top: 1rem;*/
      background: #f1f1f1;
    }
    .boxImg {
      overflow: hidden;
      width: 100%;
      height: auto;
    }
    .boxImg img {
      display: block;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 10;
      transition: all 0.2s ease;
      object-fit: cover;
      object-position: center 15%;
      }

    .text-container{
    	padding: 2rem 0rem;
      position: relative;
      right: 2rem;
    }
    .right-column .text-container h4,
    .right-column .text-container h4 strong {
      font-size: 1.2rem;
      font-weight: 600;
    }
    .right-column .text-container div div {
      margin: 1rem 0rem;
      line-height: 1.5rem;
      font-size: 0.8rem;
      font-weight: 500;
    }
    .right-column .text-container p {
      line-height: 1.5rem;
      font-size: 0.8rem;

    }




                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

    .title{
    	font-size: 1.8rem;
    	font-weight: 600;
    	color: #9c0034;
    }

    .subtitle{
    	font-weight: 600;
    	font-size: 1.1rem;
    }

    .mail{
    	font-size: 1.1rem;
        color: #9c0034 !important;
        text-decoration: none;
    }

    .bottone{
        border: 1px solid #676767;
        text-decoration: none;
        text-align: center;
        height: 3.6rem;
        line-height: 3.6rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        margin-top: 3rem;
        font-size: 0.9rem;
        font-weight: 600;
        width: 80%;
        color: #676767 !important;
        transition: all 0.3s ease;
    }
    .bottone:hover {
        background: #9c0034;
        border: 1px solid #9c0034;
        color: #ffffff !important;
    }


    .BoxRosso{
    	background: #9c0034;
    	color: white;
    	padding: 1rem;
    	text-transform: uppercase;
    	margin-bottom: 1rem;
    	font-weight: 600;
    }

    .BoxGrigio{
    	    background: #ddd;
        padding: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #9c0034;
    }

    .normal-text{
    	width: 60%;
    	margin: auto;
    	line-height: 1.7rem;
    }

    .normal-text > .normal-text {
      width: 100%;
    }

    @media screen and (max-width: 440px){

      .Container {
        margin-top: 7rem !important;
        display: flex;
        transition: all 0.5s;
        margin: 0;
        gap: 6rem;
        padding: 0;
        margin-top: 9rem;
        margin-bottom: 5rem;
        flex-direction: column;
        align-items: flex-start;
      }
      .Container p {
        font-size: 1rem;
        line-height: 1.8rem;
      }
      .right-column .text-container p {
          line-height: 1.5rem;
          font-size: 1rem;
      }
      .text-container {
          padding: 2rem 2rem;
          position: static !important;
      }
      .left-column {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: start;
        margin: 0 auto;
        align-items: flex-start;
        margin-top: 1rem;
      }
      .left-column .leftText {
          margin-top: 3rem;
          padding: 2rem 2rem;
      }
      .left-column .mappInfo {
          margin: 3rem 0rem;
          margin-top: 0rem;
      }

      .left-column .mappInfo p {
        font-size: 0.95rem;
        line-height: 1.7;
        font-weight: 300;
        color: #9c0034;
        padding: 0rem 2rem;
      }
      .left-column iframe {
        border: 0;
        width: 100%;
        height: 14rem;
      }
      .bottone {
          border: 1px solid #676767;
          text-decoration: none;
          text-align: center;
          height: 3.6rem;
          line-height: 3.6rem;
          margin-bottom: 1rem;
          text-transform: uppercase;
          margin-top: 3rem;
          font-size: 0.9rem;
          font-weight: 600;
          width: 80%;
          margin: 0rem auto;
          color: #676767 !important;
          transition: all 0.3s ease;
      }

    	.column{
    		display: flex;
        width: 90%;
        flex-direction: column;
        justify-content: start;
        height: 28rem;
        align-items: center;
        text-align: center;
        margin: auto;
    	}

/*    	.Container {
        display: grid;
        grid-template-columns: 100vw;
        transition: all 0.5s;
        margin: 0;
        gap: 6rem;
        padding: 0;
        margin-top: 9rem;
        margin-bottom: 5rem;
    	}
*/
    	.normal-text{
    		width: 70%;
    		margin: auto;
    		line-height: 1.7rem;
    	}

      #main-container > div.right-column > img {
        width: 100%;
        height: auto;
      }









    }