.component-05 {
  overflow: hidden;
  .card {
    background: var(--bs-gray-100);
    height: 100%;
  }
  .rating {
    width: 70px;
    height: 14px;
    background: url(../../assets/images/star-empty.svg) repeat scroll left
      center / 14px auto transparent;

    div {
      background: url(../../assets/images/star-full.svg) repeat scroll left
        center / 14px auto transparent;
      height: 14px;
    }
  }

  .swiper-slide {
    height: auto !important;
  }

  @media (min-width: 1200px) {
    .title {
      font-size: var(--fs-50);
      line-height: var(--lh-50);
    }

    .card-content {
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 60px);
      background-color: rgba(255, 255, 255, 0.95);
      border-top-left-radius: var(--bs-border-radius-lg);
      padding: 1.5rem;
    }
  }

  @media (max-width: 1399px) {
  }

  @media (max-width: 1199px) {
    .title {
      font-size: var(--fs-30);
      line-height: var(--lh-30);
    }
    .swiper {
      overflow: visible;
    }

    .oj-media {
      display: none;
    }

    .card-content {
      padding: 1.5rem;
    }
  }

  @media (max-width: 991px) {
  }

  @media (max-width: 767px) {
  }

  @media (max-width: 575px) {
  }
}
