.work-preview iframe {
  display: block;
  width: 100%;
  height: calc(100% - 34px);
  border: 0;
  background: #fff;
  pointer-events: none;
}

.price-card { min-height: 610px; }

.price-visual {
  position: relative;
  height: 158px;
  margin: -14px -14px 22px;
  overflow: hidden;
  border: 1px solid #2b3747;
  border-radius: 15px;
  background: #080c12;
}

.price-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(8, 12, 18, .78));
}

.price-visual img,
.knowledge-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.price-card:hover .price-visual img,
.knowledge-card:hover .knowledge-visual img { transform: scale(1.035); }

.knowledge-card {
  padding: 0 0 26px;
  overflow: hidden;
}

.knowledge-card > small,
.knowledge-card > h3,
.knowledge-card > p,
.knowledge-card > b {
  display: block;
  margin-left: 26px;
  margin-right: 26px;
}

.knowledge-card > small { margin-top: 23px; }

.knowledge-visual {
  display: block;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid #293544;
  background: #080c12;
}

@media (max-width: 680px) {
  .price-card { min-height: 585px; }
  .price-visual { height: 175px; }
  .knowledge-visual { height: 210px; }
}
