.feature-box-001 img {
    transition: 0.3s;
    height: 80px !important;
}
.feature-box-001 img:hover {
    transform: scale(1.1);
}

/*slider*/
.page-content .hero-section:before {
    background: #000000e0;
}
.secondary-color {
  background-color: #000000;
}

/*testi*/
.sppb-testimonial-message {
    min-height: 120px !important;
    width: 75%;
}
@media(max-width:768px){
  .sppb-testimonial-message {
    min-height: 120px !important;
    width: 88%;
  }}