.pwr-hero--small, .pwr-post-featured--small {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .pwr-hero--small img, .pwr-post-featured--small img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .pwr-post-featured {
    max-width: 100% !important;
    padding: 50px; !important;

  }

  .pwr-post-header__title{
  font-family: var(--ff-h1);
  font-size: 54px;
  width: 75%;
  font-weight: 700;
  line-height: 1.18em;
  margin: 10px 0 0;
  text-transform: var(--tt-title);
  }
  
  .pwr-post-featured__info-box 
  {
    bottom: 90px;
    left: 25% !important;
    position: absolute;
    right: 40px;
  }