.cta-block {
  display: block;
  width: 100%;
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.cta_inner {
  position: absolute;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 2rem;
  transform: translateX(-2rem);
  width: 100%;
  max-width: 40rem;
}

.cta-block p {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .cta_inner {
    transform: translateX(0);
  }

  .cta_inner.dw_margin_left {
    margin-left: 0px !important;
  }
}
