.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea.home-featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio1-section-area .portfolio-slider-area .owl-stage {
  display: flex;
  align-items: stretch;
}

.portfolio1-section-area .portfolio-slider-area .owl-item {
  display: flex;
}

.portfolio1-section-area .home-featured-media-wrap {
  height: 482px;
  min-height: 482px;
  max-height: 482px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(110% 120% at 100% 0%, rgba(192, 240, 55, 0.12), transparent 58%),
    rgba(2, 8, 18, 0.92);
}

.portfolio1-section-area .home-featured-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.portfolio1-section-area .home-featured-card .arrow-content {
  min-height: 170px;
  display: flex;
  align-items: flex-end;
  left: 50% !important;
  right: auto !important;
  width: min(72%, 390px);
  transform: translateX(-50%);
  padding: 42px 24px 24px !important;
}

.portfolio1-section-area .home-featured-card .arrow-content .content-area p {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow-wrap: anywhere;
}

.portfolio1-section-area .home-featured-card .arrow-content .content-area a {
  overflow-wrap: anywhere;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .portfolio1-section-area .home-featured-media-wrap {
    height: 402px;
    min-height: 402px;
    max-height: 402px;
  }
}

@media (max-width: 767px) {
  .portfolio1-section-area .home-featured-media-wrap {
    height: 322px;
    min-height: 322px;
    max-height: 322px;
  }

  .portfolio1-section-area .home-featured-card .arrow-content {
    min-height: 150px;
    width: calc(100% - 40px);
  }
}
