/* @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-services-box--w-links [class*=cta_button] {
    font-size: 16px !important;
/*     padding: 11px 20px !important; */
}

.pwr-services-box:hover{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 4px 0px;
  transition: 0.3s ease-in;
}

.pwr-services-item__title {
    font-size: 30px; !important;
    font-weight: 500; !important;
    line-height: 36px; !important;
}