.oh-featuring {
  position: relative;
  margin: clamp(64px,7vw,120px) clamp(24px,8vw,160px);
  display: grid;
  gap: clamp(32px,5vw,56px);
}

.oh-featuring__heading {
  text-align: center;
  display: grid;
  gap: 0.75rem;
}

.oh-featuring__title {
  margin: 0;
}

.oh-featuring__subtitle {
  margin: 0;
  color: rgba(5,0,34,0.75);
}

.oh-featuring__slider {
  overflow: hidden;
  max-width: min(100%, 1120px);
  margin: 0 auto;
}

.oh-featuring__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.oh-featuring__slider .swiper-slide {
  display: flex;
  height: auto;
  width: 100%;
  min-width: 100%;
}

.oh-featuring__card {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: clamp(30px, 3.5vw, 30px) clamp(20px, 3vw, 28px);
}

.oh-featuring__card-body {
  display: grid;
  gap: clamp(16px,2vw,20px);
}

.oh-featuring__meta-line {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(5,0,34,0.6);
}

.oh-featuring__thumb {
  width: 100%;
  border-radius: 12px;
  height: clamp(180px, 22vw, 220px);
  object-fit: cover;
}

.oh-featuring__thumb--placeholder {
  background: linear-gradient(135deg, rgba(12,194,195,0.35), rgba(18,50,158,0.35));
}

.oh-featuring__content {
  display: grid;
  gap: 0.75rem;
}

.oh-featuring__date {
  margin: 0;
}

.oh-featuring__card-title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #12329E;
}

.oh-featuring__card-title a {
  color: inherit;
  text-decoration: none;
  color: #12329E;
}

.oh-featuring__card-title a:hover {
  text-decoration: none;
}

.oh-featuring__excerpt {
  margin: 0;
  color: rgba(5,0,34,0.75);
}

.oh-featuring__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.oh-featuring__tag {
  border: 1px solid rgba(12,194,195,0.35);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  color: rgba(5,0,34,0.75);
}

.oh-featuring__tag--expertise {
  border-color: rgba(18,50,158,0.35);
  color: rgba(18,50,158,0.85);
}

.oh-featuring__tag--sector {
  border-color: rgba(12,194,195,0.35);
  color: rgba(12,194,195,0.85);
}

.oh-featuring__card-footer {
  margin-top: auto;
  padding-top: clamp(16px,2vw,24px);

  .oh-btn {
    width: auto;
  }
}

.oh-featuring__cta {
  text-align: center;
}

@media (min-width: 1024px) {
  .oh-featuring__heading {
    text-align: center;
  }

  .oh-featuring__slider .swiper-slide {
    width: auto;
    flex: 0 0 clamp(317px, 24vw, 361px);
    min-width: 361px;
  }

  .oh-featuring__card {
    max-width: 361px;
    width: 100%;
  }
}
