
/* services slogan brand color */
.brand-green{
  color:#0b7d46 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
@media (max-width:768px){
  .page-hero h1,
  .hero h1{
    word-break:keep-all !important;
    overflow-wrap:normal !important;
  }
}
