/* home page  */
.feature-row.feature-service-row .feature.boxed .fbox-content h3 a {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;
}

.bg-logo-color-green {
  background-color: #0f6835 !important; 
}

.bg-logo-color-purple {
  background-color: #553091 !important; 
}


/* about us page */
.icon-box + h6 { margin-top: 20px; }

p.decisions {
  /* height: 150px; */
  height: auto;
  font-size: 14px;
  /* text-align: justify; */
}

@media only screen and (max-width: 600px) {
  p.decisions {
    height: 100px;
  }
}

.center-alignment {
  justify-content: center;
  display: flex;
  align-items: center;
}