div[class*="wp-block-acf-"]{
  max-width: 90%;
  border: 2px solid var(--bs-red);
}  
.acf-block-body .acf-block-fields.acf-fields {
  max-width: 1100px;
  margin: 0 auto;
}
body .faqs-section,
body .inside-the-science,
body .soma-approach,
body .hero:not(.hero-has-content),
body .soma-precision,
body .soma-dp,
body .md,
body .soma-standard{
  width: 100%;
}
.acf-block-preview{
  font-family: "Raleway", sans-serif;
}

video.video-lazy {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 3;
}

.video-parent {
    position: relative;
    overflow: hidden;
}