.cap-shop-banner--type-4 {
  height: 250px;

  .cap-shop-banner {

    &__inner {
      top: 50px;
    }

    &__content {
      padding-left: 0;
      text-align: center;
    }

    &__cover {
      height: 100%;
    }

    &__logo {
      float: none;
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
    }

    &__right-content {
      margin-left: 0;

      > h3 {
        display: inline-block;
        margin-top: 20px;
        max-width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        color: $white;
        text-shadow: none;
      }
    }

    &__sum-content {
      margin-top: 5px;

      > a {
        color: $white;
      }
    }
  }
}
