body {
  font-family: sans-serif;
  margin: 0;
}

.wrapper {
  display: flex;
}

.right {
  width: 85%;
}
.right a :-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
p {
  margin-top: 60px;
  margin-bottom: 1rem;
  justify-content: middle;
  margin-left: 14px;
  color: black;
}

.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;
}

img{
  margin-top: 5px;
  width: 155px;
}

.left a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-family: sans-serif;
  padding: 10px ;
}


/* INIZIO BOTTONE */
.service-body-button a {
  margin: 5px;
  border: solid 1px #134b73;
  background-color: transparent;
  color: #134b73;
  font-family: sans-serif;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
a, a:active, a:focus, a:hover, a:visited, button, button:active, button:focus, button:hover, button:visited, input, input:active, input:focus, input:hover, input:visited, textarea, textarea:active, textarea:focus, textarea:hover, textarea:visited, select, select:active, select:focus, select:hover, select:visited {
  outline: 0;
  text-decoration: none;
}
a, button {
  cursor: pointer;
}
*, body, html {
  font-family: sans-serif,Arial;
  color: #134b73;
}
*, :after, :before {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 400;
}
/* FINE BUTTONE */

 a {
  display: inline-block;
  /* padding: 10px 20px; */
  background-color: #134b73;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
}
/* FINE CAROSELLO*/
.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;
}
.footer p{
  color: #fff;
  font-family: sans-serif;
  font-size: 10px;
}

.footer li a{
  margin-top: 5px;
  color: #fff;
  font-family: sans-serif;
  list-style-type: 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;
}
}



