h4 a {
    /* text-decoration: none; */
    color: white;
  }
  
  * {
    font-family: "Montserrat", sans-serif;
  }
  
  .webmadewell {
      background-color: white;
    }
    body {
      margin: 0;
      padding: 0;
    }
    .sample-header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      background-image: url("/static/images/servizi-sociali-home.webp");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      mix-blend-mode: multiply;
    }
    .sample-header::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: black;
      opacity: 0.3;
      mix-blend-mode: luminosity;
    }
    .sample-header-section {
      position: relative;
      padding: 15% 0 10%;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      color: white;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
    }
    h1 {
      font-weight: 500;
    }
    h3 {
      font-weight: 400;
    }
    h4 {
      font-size: small;
      font-weight: 400;
    }
    .sample-section-wrap {
      position: relative;
      background-color: white;
    }
    .sample-section {
      position: relative;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px;
      margin-top: 25em
    }
  
  /* .footer {
    width: 100%;
    height: 80px;
    background-color: #cecece;
  } */
  
  .footer {
    position: static;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #cecece;
    margin-top: 20px;
    margin-bottom: -5px;
    display: inline-block;
  }
  
  .footer-item1 {
    font-size: medium;
    display: inline;
    position: absolute;
    color: black;
    font-family: "Montserrat", sans-serif;
    left: 25%;
    top: 97.7%;
  }
  
  .footer-item2 {
    margin: 0;
    font-size: medium;
    display: inline;
    position: absolute;
    color: black;
    font-family: "Montserrat", sans-serif;
    left: 25%;
    top: 98.9%;
  }
  
  .footer-item3 {
    margin: 0;
    font-size: medium;
    display: inline;
    position: absolute;
    color: black;
    font-family: "Montserrat", sans-serif;
    left: 65%;
    top: 97.7%;
  }
  
  .footer-item4 {
    margin: 0;
    font-size: medium;
    display: inline;
    position: absolute;
    color: black;
    font-family: "Montserrat", sans-serif;
    left: 65%;
    top: 98.9%;
  }
  
  a .pdf {
    /* width: 100px; */
    color: #0000EE;
    position: absolute;
    display: inline;
  }
  
  .ul-pdf > li {
    list-style-type: none;
    margin: 13px;
  }
  
  body::-webkit-scrollbar {
    width: 9px;               /* width of the entire scrollbar */
  }
  
  /* body::-webkit-scrollbar-track {
  } */
  
  body::-webkit-scrollbar-thumb {
    background-color: gray;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
  }
  
  @media (max-width: 670px) {
    * {
      font-size: x-large;
    }
    .footer-item1,
    .footer-item2,
    .footer-item3,
    .footer-item4 {
      font-size: 20px;
    }
    .footer-item1 {
      left: 18%;
      top: 98.6%;
    }
    .footer-item2 {
      left: 18%;
      top: 99.3%;
    }
    .footer-item3 {
      left: 55%;
      top: 98.6%;
    }
    .footer-item4 {
      left: 55%;
      top: 99.3%;
    }
    .sample-section-wrap {
      position: relative;
      align-items: center;
      background-color: white;
      width: min-content;
    }
    .sample-section {
      position: relative;
      width: max-content;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px;
      margin-top: 15em;
    }
  }

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-container > .grid-item {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: small;
    text-align: left;
}

