  display: grid;
  gap: 24px;
}

  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 45, 82, 0.08);
}

  position: relative;
  aspect-ratio: 16 / 9;
}

  width: 100%;
  height: 100%;
  border: 0;
}

  align-items: center;
  margin-bottom: 10px;
}

  font-size: 14px;
  line-height: 1.65;
}

  background: #fff;
  border-radius: 18px;
  padding: 48px 24px;
  text-align: center;
  color: #66788a;
  box-shadow: 0 12px 28px rgba(15, 45, 82, 0.08);
}

    grid-template-columns: 1fr;
  }
}
