.c-kv--ins {
  max-width: 100%;
  position: relative;
}
.c-kv--ins::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 112px;
  z-index: 5;
  background: rgb(156,232,192);
  background: linear-gradient(90deg, rgba(184,228,253,1) 0%, rgba(213,152,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ce8c0",endColorstr="#74d8e5",GradientType=1);
}
.c-kv--ins img {
  max-width: 1015px;
  position: inherit;
  z-index: 10;
  object-fit: contain;
}