.block-text .custom-block-inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.block-text.white-text p, .block-text.white-text h1, .block-text.white-text h2, .block-text.white-text h3, .block-text.white-text h4, .block-text.white-text h5, .block-text.white-text h6 {
  color: #fff !important;
}
.block-text .text-container p:last-child {
  margin-bottom: 0;
}
.block-text h4 {
  margin-top: 1rem;
  ;
  margin-top: var(--space-6);
  font-weight: bold;
}
@media only screen and (max-width:539px) {
  .limit-width, .limit-width-medium, .limit-width-medium {
    margin-left: auto;
    margin-right: auto;
  }
}