.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 {
    padding: 80px 0px 65px;
}
.primaAzienda {
    padding: 50px 0px;
}
.imagePrima {
    height: 250px;
    margin-bottom: 16px;
}
.titPrima {
    font-size: 25px !important;
    font-weight: 700;
}
}
