html,
body {
  overflow-x: hidden;
}

.ast-container,
.site-content .ast-container,
.entry-content,
.page .entry-content,
.single .entry-content,
.entry-content > .wp-block-shortcode {
  max-width: 100% !important;
}

.page .entry-content,
.single .entry-content,
.ast-container,
.site-content .ast-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content > .wp-block-uagb-container,
.entry-content .wp-block-uagb-container:has(.vm-oque-section),
.uagb-container-inner-blocks-wrap:has(.vm-oque-section),
.wp-block-uagb-container:has(.vm-oque-section) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-uagb-container,
.uagb-container-inner-blocks-wrap {
  max-width: 100%;
}

.vm-oque-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff;
  padding: 68px 0 56px;
  box-sizing: border-box;
  overflow: hidden;
}

.vm-oque-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.vm-oque-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
}

.vm-oque-left {
  min-width: 0;
}

.vm-oque-copy {
  max-width: 100%;
}

.vm-oque-title {
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
  color: #49a650 !important;
}

.vm-oque-title span {
  display: block;
  margin: 0;
  padding: 0;
  color: #49a650 !important;
}

.vm-oque-title span:first-child {
  font-size: 3rem;
  line-height: 0.95;
  margin-bottom: 6px;
}

.vm-oque-title span:last-child {
  font-size: 4.7rem;
  line-height: 0.94;
}

.vm-oque-copy p {
  margin: 0 0 34px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.82;
  font-weight: 400;
  max-width: 100%;
}

.vm-oque-copy p:last-child {
  margin-bottom: 0;
}

.vm-oque-copy strong {
  font-weight: 700;
  color: #111111;
}

.vm-oque-green {
  color: #49a650 !important;
  font-weight: 700;
}

.vm-oque-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-oque-cta-image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 1280px) {
  .vm-oque-grid {
    grid-template-columns: 1fr 360px;
    gap: 40px;
  }

  .vm-oque-title span:first-child {
    font-size: 2.5rem;
  }

  .vm-oque-title span:last-child {
    font-size: 4rem;
  }

  .vm-oque-copy p {
    line-height: 1.72;
  }
}

@media (max-width: 1024px) {
  .vm-oque-section {
    padding: 54px 0 46px;
  }

  .vm-oque-shell {
    padding: 0 20px;
  }

  .vm-oque-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  .vm-oque-right {
    justify-content: flex-start;
  }

  .vm-oque-cta-image {
    max-width: 380px;
  }

  .vm-oque-title span:first-child {
    font-size: 2.2rem;
  }

  .vm-oque-title span:last-child {
    font-size: 3.4rem;
    line-height: 0.98;
  }
}

@media (max-width: 768px) {
  .vm-oque-title {
    margin-bottom: 24px;
  }

  .vm-oque-title span:first-child {
    font-size: 1.85rem;
  }

  .vm-oque-title span:last-child {
    font-size: 2.7rem;
    line-height: 1;
  }

  .vm-oque-copy p {
    font-size: 0.98rem;
    line-height: 1.68;
    margin-bottom: 24px;
  }

  .vm-oque-cta-image {
    max-width: 320px;
  }
}

@media (max-width: 560px) {
  .vm-oque-section {
    padding: 40px 0 36px;
  }

  .vm-oque-title span:first-child {
    font-size: 1.5rem;
  }

  .vm-oque-title span:last-child {
    font-size: 2.15rem;
  }

  .vm-oque-copy p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .vm-oque-cta-image {
    max-width: 260px;
  }
}