[data-section-type="blog"] {
  overflow: hidden;
}

.klaviyo-form-Xnhpsp {
  grid-column: -1/1;
  margin: 2rem auto;
  width: 100%;
  background-color: #FAEDEA;
  position: relative;
  z-index: 1;

  &::after, &::before {
    content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    background-color: #FAEDEA;
    display:block;
    height: 100%;
  }
  &::after { right: -100%; }
  &::before { left: -100%; }

  &>div {
    z-index:1;
    position: relative;
  }
  form {
    max-width: 800px;

    [data-testid="form-row"] {
      display: block !important;
      position: relative;

      div:nth-child(2) {
        position: absolute !important;
        right: 0;
        top: 0;

        button {
          padding: 11px 20px;
        }
      }
    }
  }
}
div.grid, div.grid__item {
    margin: 0 auto;
}

div.grid__item{
  padding: 0 ;
}
@media only screen and (max-width: 920px) {
    .grid.grid--uniform {
      grid-template-columns: auto !important;
    }
}