.video-card {
  position: relative;
  font-family: 'Google Sans';
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.video-card__link {
  display: block;
}
.video-card__thumbnail {
  position: relative;
  width: 100%;
  height: 16.9375rem;
}
.video-card__button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 0.771px solid #fdfdfd;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(77.14285278320312px);
}
.video-card__button-play svg {
  width: 0.99644rem;
  height: 1.092rem;
}
.video-card__thumbnail-image,
.video-card__thumbnail-image img {
  width: 100%;
  height: 100%;
}
.video-card__thumbnail-image img {
  object-fit: cover;
}
.video-card__content {
  padding: 1rem 1.5rem;
}
.video-card__information {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.video-card__category {
  color: #1991c7;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
}
.video-card__divider {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  margin-inline: 0.5rem;
  background: #d9d9d9;
}
.video-card__author {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
}
.video-card__author-label {
  color: rgba(22, 22, 22, 0.5);
}
.video-card__author-value {
  color: #08354a;
}
.video-card__title {
  color: #08354a;
  font-size: 1.25rem;
  font-weight: 500;
  height: 3.75rem;
  margin-bottom: 0.5rem;
}
.video-card__description {
  color: rgba(8, 53, 74, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  height: 2.625rem;
  margin-bottom: 1.5rem;
}
.video-card__title,
.video-card__description {
  font-style: normal;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-card__view-now {
  color: #08354a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 639.98px) {
  .video-card__thumbnail {
    height: 12rem;
  }
  .video-card__button-play {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.571px solid #fdfdfd;
    backdrop-filter: blur(57.142852783203125px);
  }
  .video-card__button-play svg {
    width: 0.73813rem;
    height: 0.80894rem;
  }
  .video-card__content {
    padding: 1rem 0.75rem;
  }
  .video-card__information {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .video-card__category {
    font-size: 0.625rem;
    letter-spacing: 0.00625rem;
  }
  .video-card__author {
    font-size: 0.625rem;
    letter-spacing: 0.00625rem;
  }
  .video-card__title {
    font-size: 1rem;
  }
  .video-card__title,
  .video-card__description {
    height: auto;
    margin-bottom: 0.875rem;
  }
  .video-card__view-now {
    font-size: 0.875rem;
  }
}
