.c-feature {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-feature__media {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.c-feature__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.c-feature__content {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.c-feature__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #f0f0f4;
  letter-spacing: -0.01em;
}

.c-feature__body {
  font-size: 0.9375rem;
  color: #8b8b9a;
  line-height: 1.65;
  flex: 1;
}
