.field--name-field-header .paragraph--type--header {
  min-height: 60vh;
}
.field--name-field-header .paragraph--type--header .field--name-field-background .field--type-image img {
  object-position: right;
}
.field--name-field-header .paragraph--type--header .field--name-field-background .field--type-image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(top,  rgba(26,23,0,0) 20%, rgba(26,23,0,0.6) 100%);
  background: -webkit-linear-gradient(top,  rgba(26,23,0,0) 20%,rgba(26,23,0,0.6) 100%);
  background: linear-gradient(to bottom,  rgba(26,23,0,0) 20%,rgba(26,23,0,0.6) 100%);
}
.field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--text {
  margin-bottom: 4rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2) .paragraph--type--two-columns {
  margin-bottom: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2) .paragraph--type--two-columns .paragraph--type--form {
  margin-top: 0;
  margin-bottom: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2) .paragraph--type--two-columns .paragraph--type--form * {
  margin-left: unset !important;
  margin-right: unset !important;
}
.field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--call-to-action .field--name-field-blocks > .field__item {
  min-height: 30rem;
  padding: 4rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph {
  margin-top: 0;
}