@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');

h1, h2, h3, h4, .pwr-hero__title {
  font-family:'Barlow Condensed', sans-serif;
}

/* @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    */
/*****************************************/

/* remove uppercase from Adv MM Titles */
.pwr-adc-content__title {
    text-transform: none !important;
}
}
.pwr-team-member__job-title--style-full + .pwr-team-member__desc {
  font-size:20px !important;
}
}
 .pwr-team-member__job-title--style-full + .pwr-team-member__contact {
  font-size:20px !important;
}

.pwr-team-member__name,.pwr-team-member__job-title{
  font-size:20px !important;
}

.pwr-image-box__more-link {
  font-size: var(--fs-paragraph) !important;
}