body {
    font-family: sans-serif;
    margin: 0;
  }
  
  .wrapper {
    display: flex;
  }
  
  .right {
    width: 85%;
  }
  
  .right a :-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 45px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: black;
    text-decoration: none;
  }
  
  @media (min-width: 768px) {
    .service-body-button {
        margin: 20px 5px 0;
    }
  }
  
  .service-body-button {
    position: relative;
  }
  
  *,
  body,
  html {
    font-family:  sans-serif;
    color: #134b73;
  }
  
  *,
  :after,
  :before {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
  }
  
  user agent stylesheet div {
    display: block;
  }
  
  *,
  :after,
  :before {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
  }
  
  *,
  :after,
  :before {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .left {
    width: 15%;
    background-color: #134b73;
  }
  
  p{
    color: black;
  }
  img{
    margin-top: 5px;
    width: 155px;
  }
  
  .left a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-family: sans-serif;
  }
  
  h2{
    color: black;
text-align: center;
  }
  
  
  /* INIZIO image */
  .image {
    width: 100%;
    height: 100%;
  }
  .text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #337ab7;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    justify-content: center;
  }
  
  
  
  /* FINE IMAGE*/

  /* INIZIO FOOTER*/
  
  .footer{
    background-color: #134b73;
    margin-top: 13px;
    margin-right: 3px;
  }
  
  .footer img{
    width: 130px;
  }
  
  .footer li{
    color: #fff;
    font-family: sans-serif;
    list-style-type: none;
  }
  .footer ul{
    margin-top: 5px;
    color: #fff;
    font-family: sans-serif;
    list-style-type: none;
    text-decoration: none;
  }
  
  .footer p{
    color: #fff;
    font-family: sans-serif;
    font-size: 10px;
    text-decoration: none;
  }
  
  .footer li a{
    margin-top: 5px;
    color: #fff;
    font-family: sans-serif;
    list-style-type: none;
    text-decoration: none;

  }
  
  
  /* Media query for mobile devices */
  @media (max-width: 768px) {
  
    .left{
      width: 20%;
    }
    img {
      margin-top: 5px;
      width: 55px;
  }

  ol, ul {
    padding-left: 1px;
  }

  .left a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 15px;
  }
  
    .right{
      width: 100%;
    }
  
 
  
  .footer img{
    width: 100px;
  }

  

  }
  
  
  