
.sarti_sfondo_obliquio_su {
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #363B41;
  clip-path: polygon(
  0 100%,
  100% 0,
  100% 100%,
  0 100%
  );
  }

.sito_sarti_fascia_grigia,
.sito_sarti_fascia_bianca {
  background-color: #363B41;
  padding:20px 0 0 280px;
  }

.sarti_etichetta,
.sarti_etichetta2 {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding: 13px 0 10px 100px;
  background-color: #F9FF06;
  margin: 40px 0 40px 0;
  clip-path: polygon(
  0% 0%,
  95% 0%,
  100% 50%,
  95% 100%,
  0 100%
  );
  }

.sarti_etichetta2 {
   max-width: 640px;
   clip-path: polygon(
   0% 0%,
   97% 0%,
   100% 50%,
   97% 100%,
   0 100%
   );
  }

.sarti_etichetta h5,
.sarti_etichetta2 h5 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  }

.sito_sarti h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 57px;
  font-weight: 600;
  color: #363B41;
  line-height: 1.2em;
  }

.sito_sarti h4 {
  font-size: 22px;
  font-weight: 500;
  color:  #363B41;
  line-height: 1.4em;
  }

.sito_sarti h5 {
  font-size: 13px;
  font-weight: 400;
  color:#FFF;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  }

.sito_sarti h6 {
  font-size: 13px;
  font-weight: 400;
  color:  #363B41;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  }

.sito_sarti p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  color: #363B41;
  }



/* ====== XS ======  */
@media only screen and (min-width : 0) and (max-width : 767px) {

.sito_sarti_fascia_grigia,
.sito_sarti_fascia_bianca {
  background-color: #363B41;
  padding:20px 0 0 20px;
  }

.sarti_etichetta,
.sarti_etichetta2 {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding: 13px 0 10px 40px;
  background-color: #F9FF06;
  margin: 40px 0 40px 0;
  margin-left: -30px;
  clip-path: polygon(
  0% 0%,
  95% 0%,
  100% 50%,
  95% 100%,
  0 100%
  );
  }

}
