.heroAzienda {
    position: relative;
    color: #fff;
    padding: 190px 0px 65px;
    background-size: cover;
    background-position: 0% 70%;
}
.heroAzienda h1, .heroAzienda h2{
  color: #fff;
}
.heroAzienda .separatore{
  background: #fff;
}
.overlayHeroAzienda{
  background: linear-gradient(82deg, #59665A 0%, rgba(89, 102, 90, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}




/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.heroAzienda.heroDue {
    background-position: center;
    padding: 20px 0px;
    color: #fff;
}
.primaAzienda {
    padding: 50px 0px;
}
.imagePrima {
    height: 250px;
    margin-bottom: 16px;
}
.titPrima {
    font-size: 25px !important;
    font-weight: 700;
}
.heroAzienda.heroDue p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.separatore {
    margin: 6px 0px 4px;
}
}
