.video-introduction {
  max-width: 120rem;
  width: 100%;
  margin: 9.5625rem auto 0 auto;
  font-family: "Nunito", sans-serif;
  position: relative;
}
.video-introduction-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.9375rem;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.video-introduction-head h3 {
  margin: 0;
  font-size: 2.75rem;
  line-height: 2.8125rem;
  font-weight: 400;
  color: #3b4c58;
}
.video-introduction-head p {
  max-width: 40.1875rem;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgba(59, 76, 88, 0.6);
}
.video-introduction-content {
  max-width: 87.5625rem;
  width: 100%;
  margin: 0 auto;
}
.video-introduction-content .video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-introduction-content::before {
  content: "";
  width: 16.0517rem;
  height: 20.9904rem;
  background-color: #f1f1f1;
  filter: blur(3.1437rem);
  bottom: 4.3125rem;
  left: 5.875rem;
  position: absolute;
  z-index: 2;
}
.video-introduction-content::after {
  content: "";
  width: 16.0517rem;
  height: 20.9904rem;
  background-color: #f1f1f1;
  filter: blur(3.1437rem);
  bottom: 8.0625rem;
  right: 7.125rem;
  position: absolute;
  z-index: 2;
}
.video-introduction-group {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.video-introduction-group .button {
  padding: 0.375rem 0.5rem 0.375rem 1.3125rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #c5ccd0;
  backdrop-filter: blur(0.75rem);
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #3b4c58;
}
