}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.pwr-sec-clients--grid .pwr-sec-clients__logo-img {
  opacity: 0.8;
  filter: grayscale(100%);
  transition: all 0.35s ease;
}

.pwr-sec-clients--grid .pwr-sec-clients__logo-img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-3px);
}