.case-infobox {
  .pwr-hero__info-box {
    width: auto !important;
    margin: 0 auto !important;
    @media (max-width: 575px) {
      margin: 40px !important;
    }
    .pwr-hero__basic-info-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      @media (max-width: 575px) {
        flex-direction: column;
      }
      .pwr-hero__basic-info {
        font-size: 13px;
        line-height: 1em;
        display: flex;
        align-items: center;
        text-align: left;
        margin-top: 20px;
        padding: 0 20px 0 0;
        &:last-child {
          padding: 0;
        }
        @media (max-width: 575px) {
          justify-content: center;
        }
        .pwr-hero__icon {
          padding-bottom: 0;
          padding-right: 15px;
          flex: 0 0 45px;
          img.pwr-hero__icon-img {
            width: 30px;
          }
        }
        .info-title {
          display: block;
          font-family: var(--ff-accent),Arial;
        }
        .info-subtitle {
          display: block;
      }
    }
  }
}
