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

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;  
  height: auto;
  align-items: center;
  justify-content: center;
}

.pwr-header-logo__img {
  max-width: 340px;
}

.pwr-header.scroll .pwr-header-logo--has-sticky .pwr-header-logo__img--sticky {
  max-width: 340px;
}

.pwr-rich-text ul {
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
.pwr--full-width {
  padding-left: 40px !important;
  padding-right: 40px !important;
  }
.pwr-header-logo__img {
  max-width: 200px;
}