.free-6__list--video {
  gap: 32px;
}

.free-6__item--video {
  width: 100%;
}

.free-video-card {
  display: flex;
  align-items: stretch;
  gap: 32px;
  padding: 24px;
  border: 1px solid #242942;
  border-radius: 16px;
  background: #141822;
}

.free-video-card__media,
.free-video-card__content {
  min-width: 0;
  width: calc(50% - 16px);
}

.free-video-card__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.free-video-card__trigger {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
}

.free-video-card__picture {
  display: block;
  width: 100%;
}

.free-video-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.free-video-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.free-video-card__watch {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #2a2f4a;
  background: #171b25;
}

.free-video-card__watch:hover,
.free-video-card__watch:active {
  border-color: #7a6fff;
}

.free-video-card__watch-icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.free-video-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.free-video-card__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 14px;
  border: 1px solid #2c3150;
  border-radius: 999px;
  color: #a892ff;
  font-size: 14px;
  line-height: 1.3;
}

.free-video-card__title {
  margin: 16px 0 0;
  color: #f3f4f4;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.free-video-card__descr {
  margin: 16px 0 0;
  color: #c5c7de;
}

@media (max-width: 1159.98px) {
  .free-video-card {
    flex-direction: column;
  }

  .free-video-card__media,
  .free-video-card__content {
    width: 100%;
  }
}

@media (max-width: 735.98px) {
  .free-6__list--video {
    gap: 24px;
  }

  .free-video-card {
    gap: 20px;
    padding: 18px;
  }

  .free-video-card__actions {
    grid-template-columns: 1fr;
  }

  .free-video-card__watch-icon {
    width: 16px;
    height: 16px;
  }

  .free-video-card__title {
    margin-top: 14px;
    font-size: 22px;
    line-height: 1.25;
  }

  .free-video-card__descr {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }
}
