.hero-content-module .content-inner{
  padding: 25px 0;
  text-align: center;
}

.hero-content-module h1{
  color: #464646;
  text-transform: uppercase; 
}

.hero-content-module h3{
  {#font-family: 'Parisienne', cursive;#}
  font-size: 27px;
  {#color: #640148;#}
  font-weight: 400;
}

.hero-content-module p{
  color: #909090;
/*   display: none; */
} 

.hero-content-module .img-inner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 273px;
}

.hero-content-module .no-gutters{
  padding-left:0;
  padding-right:0;
}

@media (min-width: 768px) {  
  .hero-content-module .img-inner{
    min-height: 546px;
  }
  .hero-content-module .content-inner{
    max-width: 78%;
    float: left;
    text-align: left;
    padding: 15px;
  }
  .hero-content-module h3{
/*     font-size: 42px; */
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .hero-content-module .img-inner{
    min-height: 546px;
  }
  .hero-content-module .content-inner{
    margin: 0 30px 0 0;
  }
  .hero-content-module .content-inner{
    float: right;
  }
}