.text-white p,
.text-white h2 {
  color: white;
}
.text-center,
.text-center h2,
.text-center p {
  text-align: center;
}

.reusable-vapour-video iframe,
.reusable-vapour-video video {
  max-height: 675px;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  aspect-ratio: 16/9;
  display: flex;
}
.mb-64 {
  margin-bottom: clamp(30px, 3.33vw, 64px);
}
.reusable-vapour {
  position: relative;
}
.bg_letters {
  position: absolute;
  max-width: 80%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
}
.reusable-vapour-content {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .bg_letters {
    max-width: 100%;
    width: 100%;
    top: 0;
  }
}
